summaryrefslogtreecommitdiffstats
path: root/remote.c
AgeCommit message (Expand)AuthorLines
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason-12/+12
2022-08-19hashmap: mark unused callback parametersJeff King-2/+2
2022-08-19refs: mark unused reflog callback parametersJeff King-6/+9
2022-08-19refs: mark unused each_ref_fn parametersJeff King-1/+2
2022-08-12Merge branch 'ab/plug-revisions-leak'Junio C Hamano-1/+4
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano-22/+0
2022-08-03revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason-1/+4
2022-07-17fetch-pack: use DEFINE_LIST_SORTRené Scharfe-22/+0
2022-07-13Merge branch 'jk/remote-show-with-negative-refspecs'Junio C Hamano-1/+1
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin-1/+1
2022-06-17Merge branch 'ab/credentials-in-url-more'Junio C Hamano-2/+2
2022-06-17remote: handle negative refspecs in git remote showJacob Keller-1/+1
2022-06-16relative_url(): fix incorrect conditionJohannes Schindelin-1/+1
2022-06-15transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason-2/+2
2022-06-13Merge branch 'ab/remote-free-fix'Junio C Hamano-7/+4
2022-06-13Merge branch 'ds/credentials-in-url'Junio C Hamano-0/+48
2022-06-10Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano-4/+6
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano-0/+1
2022-06-07remote.c: don't dereference NULL in freeing loopÆvar Arnfjörð Bjarmason-1/+1
2022-06-07remote.c: remove braces from one-statement "for"-loopsÆvar Arnfjörð Bjarmason-6/+3
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee-0/+48
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano-0/+99
2022-06-01remote.c: reject 0-length branch namesGlen Choo-0/+4
2022-06-01remote.c: don't BUG() on 0-length branch namesGlen Choo-4/+2
2022-05-16remote: allow relative_url() to return an absolute urlDerrick Stolee-2/+10
2022-05-16remote: move relative_url()Derrick Stolee-0/+91
2022-04-29push: default to single remote even when not named originTao Klerks-0/+2
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason-0/+1
2022-03-01remote: read symbolic refs via `refs_read_symbolic_ref()`Patrick Steinhardt-7/+7
2022-01-26refs API: remove "failure_errno" from refs_resolve_ref_unsafe()Ævar Arnfjörð Bjarmason-2/+1
2021-12-10Merge branch 'gc/remote-with-fewer-static-global-variables'Junio C Hamano-113/+256
2021-11-18remote: die if branch is not found in repositoryGlen Choo-16/+68
2021-11-18remote: remove the_repository->remote_state from static methodsGlen Choo-25/+71
2021-11-18remote: use remote_state parameter internallyGlen Choo-86/+73
2021-11-18remote: move static variables into per-repository structGlen Choo-67/+124
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason-1/+1
2021-09-10Merge branch 'cb/remote-ndebug-fix'Junio C Hamano-3/+3
2021-09-02remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUGCarlo Marcelo Arenas Belón-3/+3
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel-6/+6
2021-06-14*: fix typos which duplicate a wordAndrei Rybak-1/+1
2021-03-13use CALLOC_ARRAYRené Scharfe-4/+4
2020-12-23Merge branch 'nk/refspecs-negative-fix'Junio C Hamano-3/+13
2020-12-21negative-refspec: improve comment on query_matches_negative_refspecNipunn Koorapati-0/+6
2020-12-21negative-refspec: fix segfault on : refspecNipunn Koorapati-3/+7
2020-12-18Merge branch 'js/init-defaultbranch-advice'Junio C Hamano-2/+3
2020-12-14Merge branch 'jk/multi-line-indent-style-fix'Junio C Hamano-1/+1
2020-12-13get_default_branch_name(): prepare for showing some adviceJohannes Schindelin-2/+3
2020-12-03style: indent multiline "if" conditions to alignJeff King-1/+1
2020-10-27Merge branch 'sk/force-if-includes'Junio C Hamano-7/+177
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano-4/+104