summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/refspecs-negative'Junio C Hamano2020-10-051-4/+104
|\
| * refspec: add support for negative refspecsJacob Keller2020-09-301-4/+104
* | Merge branch 'rs/refspec-leakfix'Junio C Hamano2020-09-181-7/+3
|\ \
| * | refspec: add and use refspec_appendf()René Scharfe2020-09-061-7/+3
| |/
* | Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano2020-09-091-1/+1
|\ \ | |/ |/|
| * wt-status: tolerate dangling marksJonathan Tan2020-09-021-1/+1
* | strvec: rename struct fieldsJeff King2020-07-301-1/+1
* | strvec: fix indentation in renamed callsJeff King2020-07-281-2/+2
* | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-6/+6
* | strvec: rename files from argv-array to strvecJeff King2020-07-281-1/+1
|/
* remote: use the configured default branch name when appropriateJohannes Schindelin2020-06-241-3/+11
* parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+1
* remote: drop auto-strlen behavior of make_branch() and make_rewrite()Jeff King2020-04-101-23/+12
* remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King2020-03-031-9/+2
* config: split repo scope to local and worktreeMatthew Rogers2020-02-101-1/+2
* hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-2/+1
* hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong2019-10-071-1/+2
* hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+6
* hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-3/+4
* hashmap_put takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano2019-05-091-21/+47
|\
| * ref-filter: use correct branch for %(push:track)Damien Robert2019-04-181-21/+47
* | remote.c: make singular free_ref() publicJeff King2019-04-151-3/+3
|/
* Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano2019-01-291-2/+2
|\
| * remote: check config validity before creating rewrite structJeff King2019-01-111-2/+2
* | Merge branch 'ab/push-dwim-dst'Junio C Hamano2019-01-041-13/+68
|\ \
| * | push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-0/+37
| * | push: move unqualified refname error into a functionÆvar Arnfjörð Bjarmason2018-11-141-16/+22
| * | push: improve the error shown on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-6/+16
| * | i18n: remote.c: mark error(...) messages for translationÆvar Arnfjörð Bjarmason2018-11-141-17/+18
| * | remote.c: add braces in anticipation of a follow-up changeÆvar Arnfjörð Bjarmason2018-11-141-7/+9
* | | Merge branch 'nd/i18n'Junio C Hamano2019-01-041-24/+25
|\ \ \ | |/ / |/| |
| * | remote.c: mark messages for translationNguyễn Thái Ngọc Duy2018-11-121-21/+22
| * | remote.c: turn some error() or die() to BUG()Nguyễn Thái Ngọc Duy2018-11-121-3/+3
* | | remote: make add_missing_tags() linearDerrick Stolee2018-11-031-1/+33
|/ /
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/
* | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-4/+4
|\ \
| * | convert "oidcmp() != 0" to "!oideq()"Jeff King2018-08-291-1/+1
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-3/+3
| |/
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-49/+1
|\ \ | |/ |/|
| * commit-reach: move ref_newer from remote.cDerrick Stolee2018-07-201-49/+0
| * commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
* | Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano2018-08-171-3/+10
|\ \
| * | remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano2018-08-021-3/+10
* | | Merge branch 'sb/object-store-lookup'Junio C Hamano2018-08-021-8/+11
|\ \ \ | | |/ | |/|
| * | tag: add repository argument to deref_tagStefan Beller2018-06-291-2/+4
| * | commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-2/+2
| * | commit: add repository argument to lookup_commit_reference_gentlyStefan Beller2018-06-291-4/+5