summaryrefslogtreecommitdiff
path: root/remote.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-1/+2
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+5
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-7/+8
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-7/+8
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-0/+1
2023-03-28cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+3
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-3/+3
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-12/+12
2022-08-19hashmap: mark unused callback parametersJeff King1-2/+2
2022-08-19refs: mark unused reflog callback parametersJeff King1-6/+9
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-1/+2
2022-08-12Merge branch 'ab/plug-revisions-leak'Junio C Hamano1-1/+4
2022-08-03Merge branch 'rs/mergesort'Junio C Hamano1-22/+0
2022-08-03revisions API: don't leak memory on argv elements that need free()-ingÆvar Arnfjörð Bjarmason1-1/+4
2022-07-17fetch-pack: use DEFINE_LIST_SORTRené Scharfe1-22/+0
2022-07-13Merge branch 'jk/remote-show-with-negative-refspecs'Junio C Hamano1-1/+1
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin1-1/+1
2022-06-17Merge branch 'ab/credentials-in-url-more'Junio C Hamano1-2/+2
2022-06-17remote: handle negative refspecs in git remote showJacob Keller1-1/+1
2022-06-16relative_url(): fix incorrect conditionJohannes Schindelin1-1/+1
2022-06-15transfer doc: move fetch.credentialsInUrl to "transfer" config namespaceÆvar Arnfjörð Bjarmason1-2/+2
2022-06-13Merge branch 'ab/remote-free-fix'Junio C Hamano1-7/+4
2022-06-13Merge branch 'ds/credentials-in-url'Junio C Hamano1-0/+48
2022-06-10Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano1-4/+6
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-0/+1
2022-06-07remote.c: don't dereference NULL in freeing loopÆvar Arnfjörð Bjarmason1-1/+1
2022-06-07remote.c: remove braces from one-statement "for"-loopsÆvar Arnfjörð Bjarmason1-6/+3
2022-06-06remote: create fetch.credentialsInUrl configDerrick Stolee1-0/+48
2022-06-03Merge branch 'ds/bundle-uri'Junio C Hamano1-0/+99
2022-06-01remote.c: reject 0-length branch namesGlen Choo1-0/+4
2022-06-01remote.c: don't BUG() on 0-length branch namesGlen Choo1-4/+2
2022-05-16remote: allow relative_url() to return an absolute urlDerrick Stolee1-2/+10
2022-05-16remote: move relative_url()Derrick Stolee1-0/+91
2022-04-29push: default to single remote even when not named originTao Klerks1-0/+2
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+1
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