summaryrefslogtreecommitdiff
path: root/submodule.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'es/recurse-submodules-option-is-a-bool' into seenJunio C Hamano2023-05-171-14/+5
|\
| * usage: clarify --recurse-submodules as a booleanEmily Shaffer2023-04-101-14/+5
* | Merge branch 'cw/submodule-status-in-parallel' into seenJunio C Hamano2023-05-171-47/+207
|\ \
| * | diff-lib: parallelize run_diff_files for submodulesCalvin Wan2023-03-021-0/+128
| * | submodule: refactor is_submodule_modified()Calvin Wan2023-03-021-23/+42
| * | submodule: move status parsing into functionCalvin Wan2023-03-021-32/+42
| * | submodule: rename strbuf variableCalvin Wan2023-03-021-10/+13
* | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-05-161-1/+1
* | | repository: remove unnecessary include of path.hElijah Newren2023-05-161-0/+1
* | | cache.h: remove this no-longer-used headerElijah Newren2023-05-161-1/+1
* | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-05-161-0/+1
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+3
|\ \ \ | |_|/ |/| |
| * | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-4/+4
| |\ \
* | \ \ 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-4/+4
|\ \ \ \ | | |/ / | |/| |
| * | | cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-4/+4
* | | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-2/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-2/+1
* | | | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+2
|\ \ \ \
| * | | | run_processes_parallel: mark unused callback parametersJeff King2023-02-241-2/+2
| | |/ / | |/| |
* | | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-2/+2
|/ / /
* | | Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano2023-01-051-27/+23
|\ \ \ | |_|/ |/| |
| * | read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-19/+10
| * | submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-12-261-5/+7
| * | submodule.c & submodule--helper: pass along "super_prefix" paramÆvar Arnfjörð Bjarmason2022-12-261-6/+9
| |/
* | diff: mark unused parameters in callbacksJeff King2022-12-131-1/+1
|/
* Merge branch 'jt/submodule-on-demand'Junio C Hamano2022-11-231-0/+6
|\
| * Doc: document push.recurseSubmodules=onlyJonathan Tan2022-11-141-0/+6
* | submodule API & "absorbgitdirs": remove "----recursive" optionÆvar Arnfjörð Bjarmason2022-11-081-10/+3
* | submodule.c: refactor recursive block out of absorb functionÆvar Arnfjörð Bjarmason2022-11-081-12/+18
|/
* Merge branch 'rs/absorb-git-dir-simplify'Taylor Blau2022-10-301-9/+3
|\
| * submodule: use strvec_pushf() for --super-prefixRené Scharfe2022-10-231-9/+3
* | run-command API: move *_tr2() users to "run_processes_parallel()"Ævar Arnfjörð Bjarmason2022-10-121-6/+12
|/
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+6
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-5/+8
|\ \ | |/
| * config: mark unused callback parametersJeff King2022-08-191-1/+2
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-4/+6
* | submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string()Ævar Arnfjörð Bjarmason2022-09-021-7/+5
|/
* Merge branch 'ab/leakfix'Junio C Hamano2022-07-181-1/+2
|\