summaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
2024-11-12refspec: store raw refspecs inside refspec_itemJeff King
2024-11-12refspec: drop separate raw_nr countJeff King
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-27submodule: fix leaking submodule ODB pathsPatrick Steinhardt
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt
2024-09-05submodule: fix leaking fetch task dataPatrick Steinhardt
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-08submodule: fix leaking seen submodule namesPatrick Steinhardt
2024-08-08submodule: fix leaking fetch tasksPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19Sync with 2.39.4Johannes Schindelin
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek
2024-03-15config: add --comment option to add a commentRalph Seichter
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin
2024-02-26submodule: use strvec_pushf() for --submodule-prefixRené Scharfe
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason
2023-03-28config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren