summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2018-11-03remote: make add_missing_tags() linearDerrick Stolee-1/+33
2018-10-19Merge branch 'nd/the-index'Junio C Hamano-1/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+1
2018-09-17Merge branch 'jk/cocci'Junio C Hamano-4/+4
2018-09-17Merge branch 'ds/reachable'Junio C Hamano-49/+1
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King-3/+3
2018-08-17Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano-3/+10
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-8/+11
2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano-3/+10
2018-07-24Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano-0/+1
2018-07-20commit-reach: move ref_newer from remote.cDerrick Stolee-49/+0
2018-07-20commit.h: remove method declarationsDerrick Stolee-0/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-06-29tag: add repository argument to deref_tagStefan Beller-2/+4
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller-2/+2
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller-4/+5
2018-06-29object: add repository argument to parse_objectStefan Beller-2/+2
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-0/+1
2018-06-28fetch-pack: implement ref-in-wantBrandon Williams-0/+1
2018-05-30Merge branch 'bw/ref-prefix-for-configured-refspec'Junio C Hamano-274/+79
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-1/+1
2018-05-18remote: convert check_push_refs to take a struct refspecBrandon Williams-9/+5
2018-05-18remote: convert match_push_refs to take a struct refspecBrandon Williams-13/+8
2018-05-18remote: convert match_explicit_refs to take a struct refspecBrandon Williams-5/+4
2018-05-18remote: convert get_ref_match to take a struct refspecBrandon Williams-12/+14
2018-05-18remote: convert query_refspecs to take a struct refspecBrandon Williams-5/+5
2018-05-18remote: convert apply_refspecs to take a struct refspecBrandon Williams-9/+6
2018-05-18remote: convert get_stale_heads to take a struct refspecBrandon Williams-9/+9
2018-05-18remote: remove add_prune_tags_to_fetch_refspecBrandon Williams-5/+0
2018-05-18remote: convert fetch refspecs to struct refspecBrandon Williams-26/+12
2018-05-18remote: convert push refspecs to struct refspecBrandon Williams-21/+14
2018-05-18remote: convert match_push_refs to use struct refspecBrandon Williams-5/+8
2018-05-18remote: convert check_push_refs to use struct refspecBrandon Williams-4/+6
2018-05-18refspec: rename struct refspec to struct refspec_itemBrandon Williams-25/+25
2018-05-18refspec: move refspec parsing logic into its own fileBrandon Williams-164/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson-1/+1
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano-16/+34
2018-03-06Merge branch 'bw/c-plus-plus'Junio C Hamano-10/+10
2018-02-22remote: rename 'new' variablesBrandon Williams-10/+10
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason-0/+14
2018-02-09remote: add a macro for "refs/tags/*:refs/tags/*"Ævar Arnfjörð Bjarmason-0/+1
2018-01-24status: support --no-ahead-behind in long formatJeff Hostetler-5/+13
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler-0/+2
2018-01-24stat_tracking_info: return +1 when branches not equalJeff Hostetler-13/+21
2017-11-15Merge branch 'js/for-each-ref-remote-name-and-ref'Junio C Hamano-0/+30
2017-11-08for-each-ref: let upstream/push report the remote ref nameJ Wyman-0/+30