aboutsummaryrefslogtreecommitdiffstats
path: root/submodule-config.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt1-1/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-4/+5
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-2/+2
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt1-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-1/+1
2025-06-23dir: move starts_with_dot(_dot)_slash to dir.hJacob Keller1-12/+0
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-09-30submodule: fix leaking submodule entry listPatrick Steinhardt1-1/+14
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt1-1/+1
2024-08-14submodule-config: fix leaking name entry when traversing submodulesPatrick Steinhardt1-10/+8
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `oidread()` and `oidclr()`Patrick Steinhardt1-1/+1
2024-05-27submodule: fix leaking memory for submodule entriesPatrick Steinhardt1-0/+2
2024-03-15config: add --comment option to add a commentRalph Seichter1-1/+1
2024-01-26Merge branch 'vd/fsck-submodule-url-test'Junio C Hamano1-0/+140
2024-01-19submodule-config.c: strengthen URL fsck checkVictoria Dye1-5/+11
2024-01-18submodule-config.h: move check_submodule_urlVictoria Dye1-0/+134
2023-12-09submodule: handle NULL value when parsing submodule.*.branchJeff King1-1/+3
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-11/+20
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-6/+7
2023-06-28config: pass ctx with config filesGlen Choo1-2/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-5/+12
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-05-26config: pass 'repo' directly to 'config_with_options()'Victoria Dye1-2/+1
2023-04-24object-store.h: reduce unnecessary includesElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object.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-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+3
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+2
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-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-0/+1
2022-10-12run-command API: don't fall back on online_cpus()Ævar Arnfjörð Bjarmason1-0/+2
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-4/+4
2022-08-19hashmap: mark unused callback parametersJeff King1-4/+4
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin1-1/+1
2022-06-16submodule-config: avoid memory leakJohannes Schindelin1-4/+4
2022-05-16dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason1-3/+3
2022-02-25Merge branch 'ja/i18n-common-messages'Junio C Hamano1-1/+1
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila1-1/+1
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo1-0/+61
2021-09-08submodule-config: pass repo upon blob config readJonathan Tan1-2/+3