summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano1-0/+2
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt1-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai1-0/+2
2024-08-08submodule: fix leaking seen submodule namesPatrick Steinhardt1-0/+1
2024-08-08submodule: fix leaking fetch tasksPatrick Steinhardt1-10/+7
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt1-3/+3
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-1/+2
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano1-2/+4
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-2/+4
2024-04-29Sync with 2.44.1Johannes Schindelin1-0/+89
2024-04-19Sync with 2.42.2Johannes Schindelin1-0/+89
2024-04-19Sync with 2.41.1Johannes Schindelin1-0/+89
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+89
2024-04-19Sync with 2.39.4Johannes Schindelin1-0/+89
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin1-0/+72
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek1-0/+17
2024-03-15config: add --comment option to add a commentRalph Seichter1-1/+1
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano1-1/+6
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-1/+6
2024-02-26submodule: use strvec_pushf() for --submodule-prefixRené Scharfe1-15/+4
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
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-06-21cache.h: remove this no-longer-used headerElijah Newren1-1/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+3
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-1/+5
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-4/+4
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano1-2/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-4/+4
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason1-1/+1
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason1-2/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-4/+4
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-21treewide: remove unnecessary cache.h inclusion from a few headersElijah Newren1-1/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-2/+2
2023-02-24run_processes_parallel: mark unused callback parametersJeff King1-2/+2
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-2/+2
2023-01-05Merge branch 'ab/no-more-git-global-super-prefix'Junio C Hamano1-27/+23
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-19/+10
2022-12-26submodule--helper: don't use global --super-prefix in "absorbgitdirs"Ævar Arnfjörð Bjarmason1-5/+7