summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)Author
2018-09-17Merge branch 'ds/reachable'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-07-20commit-reach: move ref_newer from remote.cDerrick Stolee
2018-06-28fetch-pack: implement ref-in-wantBrandon Williams
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano
2018-05-17remote: convert check_push_refs to take a struct refspecBrandon Williams
2018-05-17remote: convert match_push_refs to take a struct refspecBrandon Williams
2018-05-17remote: convert query_refspecs to take a struct refspecBrandon Williams
2018-05-17remote: convert apply_refspecs to take a struct refspecBrandon Williams
2018-05-17remote: convert get_stale_heads to take a struct refspecBrandon Williams
2018-05-17remote: remove add_prune_tags_to_fetch_refspecBrandon Williams
2018-05-17remote: convert fetch refspecs to struct refspecBrandon Williams
2018-05-17remote: convert push refspecs to struct refspecBrandon Williams
2018-05-17refspec: rename struct refspec to struct refspec_itemBrandon Williams
2018-05-17refspec: move refspec parsing logic into its own fileBrandon Williams
2018-05-08Merge branch 'bw/protocol-v2'Junio C Hamano
2018-04-24ls-remote: send server options when using protocol v2Brandon Williams
2018-04-24Merge branch 'bw/protocol-v2' into HEADJunio C Hamano
2018-03-15connect: request remote refs using v2Brandon Williams
2018-03-14connect: discover protocol version outside of get_remote_headsBrandon Williams
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason
2018-01-24status: support --no-ahead-behind in long formatJeff Hostetler
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler
2018-01-24stat_tracking_info: return +1 when branches not equalJeff Hostetler
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman
2017-07-17remote: convert struct push_cas to struct object_idbrian m. carlson
2017-04-20Merge branch 'bw/push-options-recursively-to-submodules'Junio C Hamano
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-17Merge branch 'jc/unused-symbols'Junio C Hamano
2017-04-11remote: expose parse_push_refspec functionBrandon Williams
2017-03-31remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Junio C Hamano
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectMatt McCutchen
2017-01-19remote rename: more carefully determine whether a remote is configuredJohannes Schindelin
2016-09-09Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano
2016-08-10Merge branch 'jk/push-force-with-lease-creation'Junio C Hamano
2016-07-26push: allow pushing new branches with --force-with-leaseJohn Keeping
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer
2016-01-26http: allow selection of proxy authentication methodKnut Franke
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-05-22remote.c: add branch_get_pushJeff King
2015-05-22remote.c: return upstream name from stat_tracking_infoJeff King
2015-05-21remote.c: report specific errors from branch_get_upstreamJeff King
2015-05-21remote.c: introduce branch_get_upstream helperJeff King
2015-05-21remote.c: provide per-branch pushremote nameJeff King
2015-05-21remote.c: hoist branch.*.remote lookup out of remote_get_1Jeff King