summaryrefslogtreecommitdiffstats
path: root/submodule-config.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* config: add --comment option to add a commentRalph Seichter2024-03-151-1/+1
* Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano2024-01-261-0/+140
|\
| * submodule-config.c: strengthen URL fsck checkVictoria Dye2024-01-191-5/+11
| * submodule-config.h: move check_submodule_urlVictoria Dye2024-01-181-0/+134
* | submodule: handle NULL value when parsing submodule.*.branchJeff King2023-12-091-1/+3
|/
* 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-11/+20
|\ \ | |/ |/|
| * config: pass kvi to die_bad_number()Glen Choo2023-06-281-6/+7
| * config: pass ctx with config filesGlen Choo2023-06-281-2/+3
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-5/+12
* | 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
|/
* config: pass 'repo' directly to 'config_with_options()'Victoria Dye2023-05-261-2/+1
* object-store.h: reduce unnecessary includesElijah Newren2023-04-241-0/+1
* treewide: remove cache.h inclusion due to object.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-2/+3
|\
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+2
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-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-0/+1
|/
* run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason2022-10-121-0/+2
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-4/+4
* hashmap: mark unused callback parametersJeff King2022-08-191-4/+4
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* submodule-config: avoid memory leakJohannes Schindelin2022-06-161-4/+4
* dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-171-3/+3
* Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-261-1/+1
|\
| * i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-1/+1
* | branch: add --recurse-submodules option for branch creationGlen Choo2022-02-041-0/+61
|/
* submodule-config: pass repo upon blob config readJonathan Tan2021-09-081-2/+3
* hash: provide per-algorithm null OIDsbrian m. carlson2021-04-271-1/+1
* hashmap: provide deallocation function namesElijah Newren2020-11-021-2/+2
* fetch: avoid reading submodule config until neededJonathan Tan2020-08-181-2/+6
* parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+2
* Merge branch 'mr/show-config-scope'Junio C Hamano2020-02-171-1/+3
|\
| * submodule-config: add subomdule config scopeMatthew Rogers2020-02-101-1/+3
* | submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares2020-01-171-12/+6
|/
* fix-typo: consecutive-word duplicationsryenus2019-12-161-1/+1
* Sync with 2.23.1Johannes Schindelin2019-12-061-2/+10
|\
| * Sync with 2.21.1Johannes Schindelin2019-12-061-2/+10
| |\
| | * Sync with 2.19.3Johannes Schindelin2019-12-061-2/+10
| | |\
| | | * Sync with 2.18.2Johannes Schindelin2019-12-061-2/+10
| | | |\
| | | | * Sync with 2.17.3Johannes Schindelin2019-12-061-2/+10
| | | | |\
| | | | | * Sync with 2.15.4Johannes Schindelin2019-12-061-2/+10
| | | | | |\
| | | | | | * submodule: reject submodule.update = !command in .gitmodulesJonathan Nieder2019-12-061-2/+10
* | | | | | | hashmap: remove type arg from hashmap_{get,put,remove}_entryEric Wong2019-10-071-7/+3