summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)Author
2021-09-10Merge branch 'cb/remote-ndebug-fix'Junio C Hamano
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-06-14*: fix typos which duplicate a wordAndrei Rybak
2021-03-14use CALLOC_ARRAYRené Scharfe
2020-12-23Merge branch 'nk/refspecs-negative-fix'Junio C Hamano
2020-12-22negative-refspec: improve comment on query_matches_negative_refspecNipunn Koorapati
2020-12-22negative-refspec: fix segfault on : refspecNipunn Koorapati
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano
2020-12-14Merge branch 'jk/multi-line-indent-style-fix'Junio C Hamano
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin
2020-12-03style: indent multiline "if" conditions to alignJeff King
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik
2020-09-30refspec: add support for negative refspecsJacob Keller
2020-09-19Merge branch 'rs/refspec-leakfix'Junio C Hamano
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-09-02wt-status: tolerate dangling marksJonathan Tan
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-06-24remote: use the configured default branch name when appropriateJohannes Schindelin
2020-04-10parse_config_key(): return subsection len as size_tJeff King
2020-04-10remote: drop auto-strlen behavior of make_branch() and make_rewrite()Jeff King
2020-03-03remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King
2020-02-10config: split repo scope to local and worktreeMatthew Rogers
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong
2019-05-08Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert
2019-04-15remote.c: make singular free_ref() publicJeff King
2019-01-29Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano
2019-01-12remote: check config validity before creating rewrite structJeff King
2019-01-04Merge branch 'ab/push-dwim-dst'Junio C Hamano
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-14push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason
2018-11-14push: move unqualified refname error into a functionÆvar Arnfjörð Bjarmason
2018-11-14push: improve the error shown on unqualified <dst> pushÆvar Arnfjörð Bjarmason
2018-11-14i18n: remote.c: mark error(...) messages for translationÆvar Arnfjörð Bjarmason
2018-11-14remote.c: add braces in anticipation of a follow-up changeÆvar Arnfjörð Bjarmason
2018-11-12remote.c: mark messages for translationNguyễn Thái Ngọc Duy
2018-11-12remote.c: turn some error() or die() to BUG()Nguyễn Thái Ngọc Duy
2018-11-02remote: make add_missing_tags() linearDerrick Stolee