summaryrefslogtreecommitdiffstats
path: root/remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * config.c: pass ctx in configsetsGlen Choo2023-06-281-3/+4
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-1/+2
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+2
|\ \ | |/ |/|
| * object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| * repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | remote: fix a leak in query_matches_negative_refspecRubén Justo2023-06-131-1/+1
|/
* Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+2
|\
| * treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-111-1/+1
| * object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-7/+8
| |\
* | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+5
|\| |
| * | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
| * | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
| * | treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren2023-03-211-1/+1
* | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-7/+8
|\ \ \ | | |/ | |/|
| * | cocci: apply the "refs.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+3
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "commit-reach.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/
* 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-181-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-141-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-141-0/+48
|\ \
| * | remote: create fetch.credentialsInUrl configDerrick Stolee2022-06-061-0/+48
* | | Merge branch 'gc/zero-length-branch-config-fix'Junio C Hamano2022-06-111-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-141-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'ds/bundle-uri'Junio C Hamano2022-06-031-0/+99
|\ \ \ \