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