summaryrefslogtreecommitdiff
path: root/remote.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-13Merge branch 'dl/no-extern-in-func-decl'Libravatar Junio C Hamano1-12/+12
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Libravatar Junio C Hamano1-1/+2
2019-05-05*.[ch]: manually align parameter listsLibravatar Denton Liu1-6/+6
2019-05-05*.[ch]: remove extern from function declarations using spatchLibravatar Denton Liu1-6/+6
2019-04-18ref-filter: use correct branch for %(push:track)Libravatar Damien Robert1-1/+2
2019-04-15remote.c: make singular free_ref() publicLibravatar Jeff King1-1/+3
2018-09-17Merge branch 'ds/reachable'Libravatar Junio C Hamano1-1/+0
2018-08-15Add missing includes and forward declarationsLibravatar Elijah Newren1-0/+1
2018-07-20commit-reach: move ref_newer from remote.cLibravatar Derrick Stolee1-1/+0
2018-06-28fetch-pack: implement ref-in-wantLibravatar Brandon Williams1-0/+1
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-39/+11
2018-05-18remote: convert check_push_refs to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert query_refspecs to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: convert apply_refspecs to take a struct refspecLibravatar Brandon Williams1-2/+1
2018-05-18remote: convert get_stale_heads to take a struct refspecLibravatar Brandon Williams1-1/+1
2018-05-18remote: remove add_prune_tags_to_fetch_refspecLibravatar Brandon Williams1-2/+0
2018-05-18remote: convert fetch refspecs to struct refspecLibravatar Brandon Williams1-4/+1
2018-05-18remote: convert push refspecs to struct refspecLibravatar Brandon Williams1-4/+2
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-8/+8
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-20/+0
2018-05-08Merge branch 'bw/protocol-v2'Libravatar Junio C Hamano1-2/+9
2018-04-24ls-remote: send server options when using protocol v2Libravatar Brandon Williams1-1/+3
2018-04-24Merge branch 'bw/protocol-v2' into HEADLibravatar Junio C Hamano1-2/+9
2018-03-15connect: request remote refs using v2Libravatar Brandon Williams1-0/+6
2018-03-14connect: discover protocol version outside of get_remote_headsLibravatar Brandon Williams1-2/+3
2018-03-08Merge branch 'jh/status-no-ahead-behind'Libravatar Junio C Hamano1-2/+10
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configLibravatar Ævar Arnfjörð Bjarmason1-0/+3
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Libravatar Ævar Arnfjörð Bjarmason1-0/+2
2018-01-24status: support --no-ahead-behind in long formatLibravatar Jeff Hostetler1-1/+2
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Libravatar Jeff Hostetler1-2/+3
2018-01-24stat_tracking_info: return +1 when branches not equalLibravatar Jeff Hostetler1-1/+7
2017-11-08for-each-ref: let upstream/push report the remote ref nameLibravatar J Wyman1-0/+2
2017-07-17remote: convert struct push_cas to struct object_idLibravatar brian m. carlson1-1/+1
2017-04-19Merge branch 'bw/push-options-recursively-to-submodules'Libravatar Junio C Hamano1-0/+1
2017-04-19Merge branch 'bc/object-id'Libravatar Junio C Hamano1-3/+3
2017-04-16Merge branch 'jc/unused-symbols'Libravatar Junio C Hamano1-1/+0
2017-04-11remote: expose parse_push_refspec functionLibravatar Brandon Williams1-0/+1
2017-03-31remote.[ch]: parse_push_cas_option() can be staticLibravatar Junio C Hamano1-1/+0
2017-03-31Rename sha1_array to oid_arrayLibravatar brian m. carlson1-3/+3
2017-03-14Merge branch 'mm/fetch-show-error-message-on-unadvertised-object'Libravatar Junio C Hamano1-2/+7
2017-03-02fetch-pack: add specific error for fetching an unadvertised objectLibravatar Matt McCutchen1-2/+7
2017-01-19remote rename: more carefully determine whether a remote is configuredLibravatar Johannes Schindelin1-2/+2
2016-09-08Merge branch 'jk/push-force-with-lease-creation' into maintLibravatar Junio C Hamano1-1/+0
2016-08-10Merge branch 'jk/push-force-with-lease-creation'Libravatar Junio C Hamano1-1/+0
2016-07-26push: allow pushing new branches with --force-with-leaseLibravatar John Keeping1-1/+0
2016-02-16remote: simplify remote_is_configured()Libravatar Thomas Gummerer1-1/+2
2016-01-26http: allow selection of proxy authentication methodLibravatar Knut Franke1-0/+1
2015-11-20ref_newer: convert to use struct object_idLibravatar brian m. carlson1-1/+1
2015-11-20Convert struct ref to use object_id.Libravatar brian m. carlson1-3/+3