Age | Commit message (Expand) | Author | Files | Lines |
2013-06-26 | Merge branch 'ph/builtin-srcs-are-in-subdir-these-days' | Junio C Hamano | 1 | -1/+1 |
2013-06-18 | fix "builtin-*" references to be "builtin/*" | Phil Hord | 1 | -1/+1 |
2013-05-28 | clone: open a shortcut for connectivity check | Nguyễn Thái Ngọc Duy | 1 | -0/+4 |
2013-04-01 | Merge branch 'jk/pkt-line-cleanup' | Junio C Hamano | 1 | -3/+3 |
2013-03-25 | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 1 | -0/+2 |
2013-03-25 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2013-03-25 | transport.c: help gcc 4.6.3 users by squelching compiler warning | Junio C Hamano | 1 | -1/+2 |
2013-03-21 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2013-03-21 | transport: drop "int cmp = cmp" hack | Jeff King | 1 | -1/+1 |
2013-03-21 | Merge branch 'jc/fetch-raw-sha1' | Junio C Hamano | 1 | -7/+2 |
2013-03-05 | push: --follow-tags | Junio C Hamano | 1 | -0/+2 |
2013-02-24 | teach get_remote_heads to read from a memory buffer | Jeff King | 1 | -3/+3 |
2013-02-07 | Merge branch 'ft/transport-report-segv' into maint | Junio C Hamano | 1 | -1/+1 |
2013-02-07 | fetch: use struct ref to represent refs to be fetched | Junio C Hamano | 1 | -7/+2 |
2013-02-05 | Merge branch 'ft/transport-report-segv' | Junio C Hamano | 1 | -1/+1 |
2013-02-04 | Merge branch 'jc/push-reject-reasons' | Junio C Hamano | 1 | -1/+13 |
2013-01-31 | push: fix segfault when HEAD points nowhere | Fraser Tweedale | 1 | -1/+1 |
2013-01-24 | push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE | Junio C Hamano | 1 | -0/+12 |
2013-01-24 | push: further clean up fields of "struct ref" | Junio C Hamano | 1 | -1/+1 |
2013-01-18 | push: Add support for pre-push hooks | Aaron Schrab | 1 | -0/+60 |
2012-12-02 | push: require force for refs under refs/tags/ | Chris Rorvick | 1 | -2/+6 |
2012-12-02 | push: flag updates that require force | Chris Rorvick | 1 | -1/+1 |
2012-12-02 | push: add advice for rejected tag reference | Chris Rorvick | 1 | -0/+2 |
2012-12-02 | push: return reject reasons as a bitset | Chris Rorvick | 1 | -9/+8 |
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 |