Age | Commit message (Expand) | Author | Files | Lines |
2013-02-07 | Merge branch 'ft/transport-report-segv' into maint | Junio C Hamano | 1 | -1/+1 |
2013-01-31 | push: fix segfault when HEAD points nowhere | Fraser Tweedale | 1 | -1/+1 |
2012-09-12 | filter_refs(): delete matched refs from sought list | Michael Haggerty | 1 | -7/+3 |
2012-09-12 | Change fetch_pack() and friends to take string_list arguments | Michael Haggerty | 1 | -9/+9 |
2012-04-24 | Merge branch 'hv/submodule-recurse-push' | Junio C Hamano | 1 | -3/+38 |
2012-04-20 | Merge branch 'ct/advise-push-default' | Junio C Hamano | 1 | -2/+11 |
2012-03-30 | push: teach --recurse-submodules the on-demand option | Heiko Voigt | 1 | -1/+16 |
2012-03-30 | Refactor submodule push check to use string list instead of integer | Heiko Voigt | 1 | -2/+22 |
2012-03-28 | correct spelling: an URL -> a URL | Jim Meyering | 1 | -1/+1 |
2012-03-19 | push: Provide situational hints for non-fast-forward errors | Christopher Tiwald | 1 | -2/+11 |
2012-02-26 | Merge branch 'fc/push-prune' | Junio C Hamano | 1 | -0/+2 |
2012-02-22 | push: add '--prune' option | Felipe Contreras | 1 | -0/+2 |
2012-02-13 | push/fetch/clone --no-progress suppresses progress output | Clemens Buchacher | 1 | -4/+8 |
2012-01-04 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+6 |
2012-01-04 | Merge branch 'nd/maint-parse-depth' into maint | Junio C Hamano | 1 | -2/+6 |
2012-01-04 | Catch invalid --depth option passed to clone or fetch | Nguyễn Thái Ngọc Duy | 1 | -2/+6 |
2011-12-28 | Merge branch 'jk/maint-push-v-is-verbose' into maint | Junio C Hamano | 1 | -5/+5 |
2011-12-22 | Merge branch 'jk/maint-push-v-is-verbose' | Junio C Hamano | 1 | -5/+5 |
2011-12-19 | Merge branch 'jk/fetch-no-tail-match-refs' | Junio C Hamano | 1 | -4/+3 |
2011-12-17 | make "git push -v" actually verbose | Jeff King | 1 | -5/+5 |
2011-12-13 | drop "match" parameter from get_remote_heads | Jeff King | 1 | -4/+3 |
2011-12-13 | Rename resolve_ref() to resolve_ref_unsafe() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2011-10-21 | Merge branch 'jc/match-refs-clarify' | Junio C Hamano | 1 | -2/+2 |
2011-10-21 | Merge branch 'jc/unseekable-bundle' | Junio C Hamano | 1 | -23/+1 |
2011-10-21 | Merge branch 'ph/transport-with-gitfile' | Junio C Hamano | 1 | -1/+23 |
2011-10-13 | bundle: add parse_bundle_header() helper function | Junio C Hamano | 1 | -1/+1 |
2011-10-11 | Fix is_gitfile() for files too small or larger than PATH_MAX to be a gitfile | Johannes Schindelin | 1 | -2/+2 |
2011-10-10 | Merge branch 'mh/check-ref-format-3' | Junio C Hamano | 1 | -12/+4 |
2011-10-05 | Change check_ref_format() to take a flags argument | Michael Haggerty | 1 | -12/+4 |
2011-10-05 | Merge branch 'jc/maint-bundle-too-quiet' | Junio C Hamano | 1 | -1/+2 |
2011-10-04 | Teach transport about the gitfile mechanism | Phil Hord | 1 | -1/+23 |
2011-09-19 | Teach progress eye-candy to fetch_refs_from_bundle() | Junio C Hamano | 1 | -1/+2 |
2011-09-12 | rename "match_refs()" to "match_push_refs()" | Junio C Hamano | 1 | -2/+2 |
2011-09-06 | Sync with 1.7.6.2 | Junio C Hamano | 1 | -7/+3 |
2011-09-06 | Revert "Merge branch 'cb/maint-quiet-push' into maint" | Junio C Hamano | 1 | -7/+3 |
2011-09-02 | Merge branch 'fg/submodule-ff-check-before-push' | Junio C Hamano | 1 | -0/+9 |
2011-08-20 | push: Don't push a repository with unpushed submodules | Fredrik Gustafsson | 1 | -0/+9 |
2011-07-31 | propagate --quiet to send-pack/receive-pack | Clemens Buchacher | 1 | -3/+7 |
2011-05-30 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-05-30 | Merge branch 'jm/maint-misc-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2011-05-26 | remove tests of always-false condition | Jim Meyering | 1 | -1/+1 |
2011-05-19 | refactor refs_from_alternate_cb to allow passing extra data | Jeff King | 1 | -3/+17 |
2011-03-22 | Merge branch 'jc/maint-fetch-alt' | Junio C Hamano | 1 | -0/+34 |
2011-03-22 | Fix sparse warnings | Stephen Boyd | 1 | -1/+1 |
2011-03-17 | refs_from_alternate: helper to use refs from alternates | Junio C Hamano | 1 | -0/+34 |
2010-10-18 | push: pass --progress down to git-pack-objects | Jeff King | 1 | -0/+1 |
2010-05-24 | make url-related functions reusable | Jeff King | 1 | -49/+2 |
2010-03-15 | Merge branch 'tc/transport-verbosity' | Junio C Hamano | 1 | -5/+26 |
2010-03-15 | Merge branch 'ld/push-porcelain' | Junio C Hamano | 1 | -6/+9 |
2010-03-07 | Merge branch 'il/loosen-remote-helper-names' | Junio C Hamano | 1 | -2/+17 |