summary refs log tree commit diff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-01remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt1-7/+7
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason1-2/+1
2021-12-10Merge branch 'gc/remote-with-fewer-static-global-variables'Junio C Hamano1-113/+256
2021-11-18remote: die if branch is not found in repositoryGlen Choo1-16/+68
2021-11-18remote: remove the_repository->remote_state from static methodsGlen Choo1-25/+71
2021-11-18remote: use remote_state parameter internallyGlen Choo1-86/+73
2021-11-18remote: move static variables into per-repository structGlen Choo1-67/+124
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason1-1/+1
2021-09-10Merge branch 'cb/remote-ndebug-fix'Junio C Hamano1-3/+3
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón1-3/+3
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-6/+6
2021-06-14*: fix typos which duplicate a wordAndrei Rybak1-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe1-4/+4
2020-12-23Merge branch 'nk/refspecs-negative-fix'Junio C Hamano1-3/+13
2020-12-21negative-refspec: improve comment on query_matches_negative_refspecNipunn Koorapati1-0/+6
2020-12-21negative-refspec: fix segfault on : refspecNipunn Koorapati1-3/+7
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano1-2/+3
2020-12-14Merge branch 'jk/multi-line-indent-style-fix'Junio C Hamano1-1/+1
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin1-2/+3
2020-12-03style: indent multiline "if" conditions to alignJeff King1-1/+1
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano1-7/+177
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano1-4/+104
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik1-7/+177
2020-09-30refspec: add support for negative refspecsJacob Keller1-4/+104
2020-09-18Merge branch 'rs/refspec-leakfix'Junio C Hamano1-7/+3
2020-09-09Merge branch 'jt/interpret-branch-name-fallback'Junio C Hamano1-1/+1
2020-09-06refspec: add and use refspec_appendf()René Scharfe1-7/+3
2020-09-02wt-status: tolerate dangling marksJonathan Tan1-1/+1
2020-07-30strvec: rename struct fieldsJeff King1-1/+1
2020-07-28strvec: fix indentation in renamed callsJeff King1-2/+2
2020-07-28strvec: convert remaining callers away from argv_array nameJeff King1-6/+6
2020-07-28strvec: rename files from argv-array to strvecJeff King1-1/+1
2020-06-24remote: use the configured default branch name when appropriateJohannes Schindelin1-3/+11
2020-04-10parse_config_key(): return subsection len as size_tJeff King1-1/+1
2020-04-10remote: drop auto-strlen behavior of make_branch() and make_rewrite()Jeff King1-23/+12
2020-03-03remote: drop "explicit" parameter from remote_ref_for_branch()Jeff King1-9/+2
2020-02-10config: split repo scope to local and worktreeMatthew Rogers1-1/+2
2019-10-07hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong1-2/+1
2019-10-07hashmap: hashmap_{put,remove} return hashmap_entry *Eric Wong1-1/+2
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong1-4/+6
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong1-3/+4
2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong1-1/+1
2019-05-09Merge branch 'dr/ref-filter-push-track-fix'Junio C Hamano1-21/+47
2019-04-18ref-filter: use correct branch for %(push:track)Damien Robert1-21/+47
2019-04-15remote.c: make singular free_ref() publicJeff King1-3/+3
2019-01-29Merge branch 'jk/remote-insteadof-cleanup'Junio C Hamano1-2/+2
2019-01-11remote: check config validity before creating rewrite structJeff King1-2/+2
2019-01-04Merge branch 'ab/push-dwim-dst'Junio C Hamano1-13/+68
2019-01-04Merge branch 'nd/i18n'Junio C Hamano1-24/+25