summaryrefslogtreecommitdiffstats
path: root/builtin/submodule--helper.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\
| * git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-1/+2
|\ \ | |/ |/|
| * config: pass kvi to die_bad_number()Glen Choo2023-06-281-2/+2
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-0/+1
* | 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
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
* | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
* | preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren2023-06-211-0/+1
* | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
|/
* Merge branch 'tb/submodule-null-deref-fix'Junio C Hamano2023-06-211-2/+5
|\
| * builtin/submodule--helper.c: handle missing submodule URLsTaylor Blau2023-05-241-2/+5
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+2
|\ \
| * | 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
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
| |\ \
* | | | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+4
|\| | |
| * | | 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
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | cocci: apply the "revision.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-2/+2
| | |/ | |/|
* | | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-4/+3
|\ \ \
| * | | config API: add and use a "git_config_get()" family of functionsÆvar Arnfjörð Bjarmason2023-03-281-4/+3
* | | | builtins: mark unused prefix parametersJeff King2023-03-281-1/+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-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
|/ /
* | *: fix typos which duplicate a wordAndrei Rybak2023-01-081-3/+2
* | Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano2023-01-051-40/+47
|\ \
| * | submodule--helper: convert "{update,clone}" to their own "--super-prefix"Ævar Arnfjörð Bjarmason2022-12-261-19/+13
| * | submodule--helper: convert "status" to its own "--super-prefix"Ævar Arnfjörð Bjarmason2022-12-261-7/+8
| * | submodule--helper: convert "sync" to its own "--super-prefix"Ævar Arnfjörð Bjarmason2022-12-261-9/+11
| * | submodule--helper: convert "foreach" to its own "--super-prefix"Ævar Arnfjörð Bjarmason2022-12-261-5/+7
| * | submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-12-261-4/+3
| * | submodule.c & submodule--helper: pass along "super_prefix" paramÆvar Arnfjörð Bjarmason2022-12-261-13/+22
* | | diff: mark unused parameters in callbacksJeff King2022-12-131-1/+1
|/ /
* | Merge branch 'ab/fewer-the-index-macros'Junio C Hamano2022-11-281-14/+14
|\ \ | |/ |/|
| * cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-7/+7
| * cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-7/+7
* | submodule--helper: use OPT_SUBCOMMAND() APIÆvar Arnfjörð Bjarmason2022-11-081-40/+38
* | submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update"Ævar Arnfjörð Bjarmason2022-11-081-3/+1
* | submodule--helper: remove --prefix from "absorbgitdirs"Ævar Arnfjörð Bjarmason2022-11-081-3/+0
* | submodule API & "absorbgitdirs": remove "----recursive" optionÆvar Arnfjörð Bjarmason2022-11-081-6/+2
* | submodule--helper: fix a memory leak in "status"Ævar Arnfjörð Bjarmason2022-11-081-3/+4
* | submodule--helper: move "config" to a test-toolÆvar Arnfjörð Bjarmason2022-11-081-46/+0
|/