summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Libravatar Junio C Hamano1-274/+79
2018-05-30Merge branch 'js/use-bug-macro'Libravatar Junio C Hamano1-1/+1
2018-05-18remote: convert check_push_refs to take a struct refspecLibravatar Brandon Williams1-9/+5
2018-05-18remote: convert match_push_refs to take a struct refspecLibravatar Brandon Williams1-13/+8
2018-05-18remote: convert match_explicit_refs to take a struct refspecLibravatar Brandon Williams1-5/+4
2018-05-18remote: convert get_ref_match to take a struct refspecLibravatar Brandon Williams1-12/+14
2018-05-18remote: convert query_refspecs to take a struct refspecLibravatar Brandon Williams1-5/+5
2018-05-18remote: convert apply_refspecs to take a struct refspecLibravatar Brandon Williams1-9/+6
2018-05-18remote: convert get_stale_heads to take a struct refspecLibravatar Brandon Williams1-9/+9
2018-05-18remote: remove add_prune_tags_to_fetch_refspecLibravatar Brandon Williams1-5/+0
2018-05-18remote: convert fetch refspecs to struct refspecLibravatar Brandon Williams1-26/+12
2018-05-18remote: convert push refspecs to struct refspecLibravatar Brandon Williams1-21/+14
2018-05-18remote: convert match_push_refs to use struct refspecLibravatar Brandon Williams1-5/+8
2018-05-18remote: convert check_push_refs to use struct refspecLibravatar Brandon Williams1-4/+6
2018-05-18refspec: rename struct refspec to struct refspec_itemLibravatar Brandon Williams1-25/+25
2018-05-18refspec: move refspec parsing logic into its own fileLibravatar Brandon Williams1-164/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesLibravatar Johannes Schindelin1-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoLibravatar Stefan Beller1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idLibravatar brian m. carlson1-1/+1
2018-03-08Merge branch 'jh/status-no-ahead-behind'Libravatar Junio C Hamano1-16/+34
2018-03-06Merge branch 'bw/c-plus-plus'Libravatar Junio C Hamano1-10/+10
2018-02-22remote: rename 'new' variablesLibravatar Brandon Williams1-10/+10
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configLibravatar Ævar Arnfjörð Bjarmason1-0/+14
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Libravatar Ævar Arnfjörð Bjarmason1-0/+1
2018-01-24status: support --no-ahead-behind in long formatLibravatar Jeff Hostetler1-5/+13
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Libravatar Jeff Hostetler1-0/+2
2018-01-24stat_tracking_info: return +1 when branches not equalLibravatar Jeff Hostetler1-13/+21
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Libravatar Junio C Hamano1-0/+30
2017-11-08for-each-ref: let upstream/push report the remote ref nameLibravatar J Wyman1-0/+30
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idLibravatar brian m. carlson1-1/+1
2017-10-16refs: convert read_ref and read_ref_full to object_idLibravatar brian m. carlson1-3/+3
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededLibravatar René Scharfe1-8/+4
2017-09-10Merge branch 'ma/up-to-date'Libravatar Junio C Hamano1-1/+1
2017-08-23treewide: correct several "up-to-date" to "up to date"Libravatar Martin Ågren1-1/+1
2017-08-11Merge branch 'sb/hashmap-cleanup'Libravatar Junio C Hamano1-4/+8
2017-08-11Merge branch 'bc/object-id'Libravatar Junio C Hamano1-4/+4
2017-07-17sha1_name: convert get_sha1* to get_oid*Libravatar brian m. carlson1-1/+1
2017-07-17remote: convert struct push_cas to struct object_idLibravatar brian m. carlson1-3/+3
2017-07-05remote.c: drop hashmap_cmp_fn castLibravatar Stefan Beller1-4/+8
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-2/+5
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano1-2/+2
2017-06-05Merge branch 'jk/drop-free-refspecs'Libravatar Junio C Hamano1-22/+6
2017-06-02Merge branch 'js/bs-is-a-dir-sep-on-windows'Libravatar Junio C Hamano1-1/+6
2017-06-01remote: drop free_refspecs() functionLibravatar Jeff King1-22/+6
2017-05-29Merge branch 'js/plug-leaks'Libravatar Junio C Hamano1-2/+3
2017-05-26wrapper.c: add and use fopen_or_warn()Libravatar Nguyễn Thái Ngọc Duy1-2/+2
2017-05-26Windows: do not treat a path with backslashes as a remote's nick nameLibravatar Johannes Sixt1-1/+6
2017-05-08object: convert parse_object* to take struct object_idLibravatar brian m. carlson1-2/+2