summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2020-03-03remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King-9/+2
2020-02-10config: split repo scope to local and worktreeMatthew Rogers-1/+2
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong-2/+1
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong-1/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong-3/+4
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong-1/+1
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano-21/+47
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert-21/+47
2019-04-15remote.c: make singular free_ref() publicJeff King-3/+3
2019-01-29Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano-2/+2
2019-01-11remote: check config validity before creating rewrite structJeff King-2/+2
2019-01-04Merge branch 'ab/push-dwim-dst'Junio C Hamano-13/+68
2019-01-04Merge branch 'nd/i18n'Junio C Hamano-24/+25
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason-0/+37
2018-11-14push: move unqualified refname error into a functionÆvar Arnfjörð Bjarmason-16/+22
2018-11-14push: improve the error shown on unqualified <dst> pushÆvar Arnfjörð Bjarmason-6/+16
2018-11-14i18n: remote.c: mark error(...) messages for translationÆvar Arnfjörð Bjarmason-17/+18
2018-11-14remote.c: add braces in anticipation of a follow-up changeÆvar Arnfjörð Bjarmason-7/+9
2018-11-12remote.c: mark messages for translationNguyễn Thái Ngọc Duy-21/+22
2018-11-12remote.c: turn some error() or die() to BUG()Nguyễn Thái Ngọc Duy-3/+3
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