Age | Commit message (Expand) | Author | Files | Lines |
2020-10-27 | Merge branch 'sk/force-if-includes' | Junio C Hamano | 1 | -1/+11 |
2020-10-05 | Merge branch 'jk/refspecs-negative' | Junio C Hamano | 1 | -1/+8 |
2020-10-03 | push: add reflog check for "--force-if-includes" | Srinidhi Kaushik | 1 | -1/+11 |
2020-09-30 | refspec: add support for negative refspecs | Jacob Keller | 1 | -1/+8 |
2020-09-25 | Merge branch 'jx/proc-receive-hook' | Junio C Hamano | 1 | -0/+9 |
2020-08-27 | New capability "report-status-v2" for git-push | Jiang Xin | 1 | -0/+1 |
2020-08-27 | receive-pack: add new proc-receive hook | Jiang Xin | 1 | -0/+8 |
2020-07-28 | argv-array: rename to strvec | Jeff King | 1 | -2/+2 |
2020-05-24 | stateless-connect: send response end packet | Denton Liu | 1 | -1/+2 |
2020-03-03 | remote: drop "explicit" parameter from remote_ref_for_branch() | Jeff King | 1 | -2/+1 |
2019-11-18 | remote: move doc to remote.h and refspec.h | Heba Waly | 1 | -3/+54 |
2019-10-07 | hashmap_entry: remove first member requirement from docs | Eric Wong | 1 | -1/+1 |
2019-05-13 | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 1 | -12/+12 |
2019-05-09 | Merge branch 'dr/ref-filter-push-track-fix' | Junio C Hamano | 1 | -1/+2 |
2019-05-05 | *.[ch]: manually align parameter lists | Denton Liu | 1 | -6/+6 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -6/+6 |
2019-04-18 | ref-filter: use correct branch for %(push:track) | Damien Robert | 1 | -1/+2 |
2019-04-15 | remote.c: make singular free_ref() public | Jeff King | 1 | -1/+3 |
2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -1/+0 |
2018-08-15 | Add missing includes and forward declarations | Elijah Newren | 1 | -0/+1 |
2018-07-20 | commit-reach: move ref_newer from remote.c | Derrick Stolee | 1 | -1/+0 |
2018-06-28 | fetch-pack: implement ref-in-want | Brandon Williams | 1 | -0/+1 |
2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -39/+11 |
2018-05-18 | remote: convert check_push_refs to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-18 | remote: convert match_push_refs to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-18 | remote: convert query_refspecs to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-18 | remote: convert apply_refspecs to take a struct refspec | Brandon Williams | 1 | -2/+1 |
2018-05-18 | remote: convert get_stale_heads to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-18 | remote: remove add_prune_tags_to_fetch_refspec | Brandon Williams | 1 | -2/+0 |
2018-05-18 | remote: convert fetch refspecs to struct refspec | Brandon Williams | 1 | -4/+1 |
2018-05-18 | remote: convert push refspecs to struct refspec | Brandon Williams | 1 | -4/+2 |
2018-05-18 | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 1 | -8/+8 |
2018-05-18 | refspec: move refspec parsing logic into its own file | Brandon Williams | 1 | -20/+0 |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -2/+9 |
2018-04-24 | ls-remote: send server options when using protocol v2 | Brandon Williams | 1 | -1/+3 |
2018-04-24 | Merge branch 'bw/protocol-v2' into HEAD | Junio C Hamano | 1 | -2/+9 |
2018-03-15 | connect: request remote refs using v2 | Brandon Williams | 1 | -0/+6 |
2018-03-14 | connect: discover protocol version outside of get_remote_heads | Brandon Williams | 1 | -2/+3 |
2018-03-08 | Merge branch 'jh/status-no-ahead-behind' | Junio C Hamano | 1 | -2/+10 |
2018-02-09 | fetch: add a --prune-tags option and fetch.pruneTags config | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2018-02-09 | remote: add a macro for "refs/tags/*:refs/tags/*" | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2018-01-24 | status: support --no-ahead-behind in long format | Jeff Hostetler | 1 | -1/+2 |
2018-01-24 | status: add --[no-]ahead-behind to status and commit for V2 format. | Jeff Hostetler | 1 | -2/+3 |
2018-01-24 | stat_tracking_info: return +1 when branches not equal | Jeff Hostetler | 1 | -1/+7 |
2017-11-08 | for-each-ref: let upstream/push report the remote ref name | J Wyman | 1 | -0/+2 |
2017-07-17 | remote: convert struct push_cas to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-04-19 | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 1 | -0/+1 |
2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -3/+3 |
2017-04-16 | Merge branch 'jc/unused-symbols' | Junio C Hamano | 1 | -1/+0 |
2017-04-11 | remote: expose parse_push_refspec function | Brandon Williams | 1 | -0/+1 |