Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-03-31 | remote.[ch]: parse_push_cas_option() can be static | Junio C Hamano | 1 | -1/+0 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -3/+3 |
2017-03-14 | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' | Junio C Hamano | 1 | -2/+7 |
2017-03-02 | fetch-pack: add specific error for fetching an unadvertised object | Matt McCutchen | 1 | -2/+7 |
2017-01-19 | remote rename: more carefully determine whether a remote is configured | Johannes Schindelin | 1 | -2/+2 |
2016-09-08 | Merge branch 'jk/push-force-with-lease-creation' into maint | Junio C Hamano | 1 | -1/+0 |
2016-08-10 | Merge branch 'jk/push-force-with-lease-creation' | Junio C Hamano | 1 | -1/+0 |
2016-07-26 | push: allow pushing new branches with --force-with-lease | John Keeping | 1 | -1/+0 |
2016-02-16 | remote: simplify remote_is_configured() | Thomas Gummerer | 1 | -1/+2 |
2016-01-26 | http: allow selection of proxy authentication method | Knut Franke | 1 | -0/+1 |
2015-11-20 | ref_newer: convert to use struct object_id | brian m. carlson | 1 | -1/+1 |
2015-11-20 | Convert struct ref to use object_id. | brian m. carlson | 1 | -3/+3 |
2015-05-22 | remote.c: add branch_get_push | Jeff King | 1 | -0/+10 |
2015-05-22 | remote.c: return upstream name from stat_tracking_info | Jeff King | 1 | -1/+2 |
2015-05-21 | remote.c: report specific errors from branch_get_upstream | Jeff King | 1 | -1/+5 |
2015-05-21 | remote.c: introduce branch_get_upstream helper | Jeff King | 1 | -0/+7 |
2015-05-21 | remote.c: provide per-branch pushremote name | Jeff King | 1 | -0/+2 |
2015-05-21 | remote.c: hoist branch.*.remote lookup out of remote_get_1 | Jeff King | 1 | -0/+1 |