summaryrefslogtreecommitdiffstats
path: root/remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: fix typos which duplicate a wordAndrei Rybak2021-06-141-1/+1
* use CALLOC_ARRAYRené Scharfe2021-03-131-4/+4
* Merge branch 'nk/refspecs-negative-fix'Junio C Hamano2020-12-231-3/+13
|\
| * negative-refspec: improve comment on query_matches_negative_refspecNipunn Koorapati2020-12-211-0/+6
| * negative-refspec: fix segfault on : refspecNipunn Koorapati2020-12-211-3/+7
* | Merge branch 'js/init-defaultbranch-advice'Junio C Hamano2020-12-181-2/+3
|\ \
| * | get_default_branch_name(): prepare for showing some adviceJohannes Schindelin2020-12-131-2/+3
* | | Merge branch 'jk/multi-line-indent-style-fix'Junio C Hamano2020-12-141-1/+1
|\ \ \ | |/ / |/| |
| * | style: indent multiline "if" conditions to alignJeff King2020-12-031-1/+1
* | | Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-271-7/+177
|\ \ \
| * | | push: add reflog check for "--force-if-includes"Srinidhi Kaushik2020-10-031-7/+177
* | | | 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
|\ \