summaryrefslogtreecommitdiff
path: root/remote.c
Commit message (Expand)AuthorAgeFilesLines
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-12/+12
* hashmap: mark unused callback parametersJeff King2022-08-191-2/+2
* refs: mark unused reflog callback parametersJeff King2022-08-191-6/+9
* refs: mark unused each_ref_fn parametersJeff King2022-08-191-1/+2
* Merge branch 'ab/plug-revisions-leak'Junio C Hamano2022-08-121-1/+4
|\
| * revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason2022-08-031-1/+4
* | Merge branch 'rs/mergesort'Junio C Hamano2022-08-031-22/+0
|\ \ | |/ |/|
| * fetch-pack: use DEFINE_LIST_SORTRené Scharfe2022-07-171-22/+0
* | Merge branch 'jk/remote-show-with-negative-refspecs'Junio C Hamano2022-07-131-1/+1
|\ \
| * | remote: handle negative refspecs in git remote showJacob Keller2022-06-171-1/+1
* | | i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* | | Merge branch 'ab/credentials-in-url-more'Junio C Hamano2022-06-171-2/+2
|\ \ \
| * | | transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason2022-06-151-2/+2
| |/ /
* | | relative_url(): fix incorrect conditionJohannes Schindelin2022-06-161-1/+1
|/ /
* | Merge branch 'ab/remote-free-fix'Junio C Hamano2022-06-131-7/+4
|\ \
| * | remote.c: don't dereference NULL in freeing loopÆvar Arnfjörð Bjarmason2022-06-071-1/+1
| * | remote.c: remove braces from one-statement "for"-loopsÆvar Arnfjörð Bjarmason2022-06-071-6/+3
| |/
* | Merge branch 'ds/credentials-in-url'Junio C Hamano2022-06-131-0/+48
|\ \
| * | remote: create fetch.credentialsInUrl configDerrick Stolee2022-06-061-0/+48
* | | Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano2022-06-101-4/+6
|\ \ \
| * | | remote.c: reject 0-length branch namesGlen Choo2022-06-011-0/+4
| * | | remote.c: don't BUG() on 0-length branch namesGlen Choo2022-06-011-4/+2
* | | | Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+1
|\ \ \ \
| * | | | revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-0/+99
|\ \ \ \
| * | | | remote: allow relative_url() to return an absolute urlDerrick Stolee2022-05-161-2/+10
| * | | | remote: move relative_url()Derrick Stolee2022-05-161-0/+91
| |/ / /
* | | | push: default to single remote even when not named originTao Klerks2022-04-291-0/+2
|/ / /
* | | remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt2022-03-011-7/+7
* | | refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason2022-01-261-2/+1
| |/ |/|
* | Merge branch 'gc/remote-with-fewer-static-global-variables'Junio C Hamano2021-12-101-113/+256
|\ \ | |/
| * remote: die if branch is not found in repositoryGlen Choo2021-11-181-16/+68
| * remote: remove the_repository->remote_state from static methodsGlen Choo2021-11-181-25/+71
| * remote: use remote_state parameter internallyGlen Choo2021-11-181-86/+73
| * remote: move static variables into per-repository structGlen Choo2021-11-181-67/+124
|/
* *.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason2021-09-271-1/+1
* Merge branch 'cb/remote-ndebug-fix'Junio C Hamano2021-09-101-3/+3
|\
| * remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón2021-09-021-3/+3
* | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-6/+6
|/
* *: 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