summaryrefslogtreecommitdiffstats
path: root/submodule.c
AgeCommit message (Expand)AuthorLines
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt-9/+3
2025-09-22treewide: use setup_revisions_from_strvec() when we have a strvecJeff King-1/+1
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt-1/+1
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt-3/+2
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt-26/+0
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt-1/+2
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt-1/+1
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt-1/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt-14/+14
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt-5/+6
2025-02-07path: refactor `repo_git_path()` family of functionsPatrick Steinhardt-2/+2
2024-12-23Merge branch 'sk/calloc-not-malloc-plus-memset'Junio C Hamano-5/+5
2024-12-18git: use calloc instead of malloc + memset where possibleSeija Kijin-5/+5
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-11-12refspec: store raw refspecs inside refspec_itemJeff King-2/+2
2024-11-12refspec: drop separate raw_nr countJeff King-2/+2
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano-2/+7
2024-09-27submodule: fix leaking submodule ODB pathsPatrick Steinhardt-2/+2
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt-0/+5
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano-1/+1
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt-1/+1
2024-09-05submodule: fix leaking fetch task dataPatrick Steinhardt-0/+2
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano-1/+1
2024-08-15Merge branch 'jc/refs-symref-referent'Junio C Hamano-0/+2
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt-1/+1
2024-08-09refs: add referent to each_ref_fnJohn Cai-0/+2
2024-08-08submodule: fix leaking seen submodule namesPatrick Steinhardt-0/+1
2024-08-08submodule: fix leaking fetch tasksPatrick Steinhardt-10/+7
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt-0/+2
2024-06-14hash: require hash algorithm in `empty_tree_oid_hex()`Patrick Steinhardt-3/+3
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt-1/+2
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano-2/+4
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt-2/+4
2024-04-29Sync with 2.44.1Johannes Schindelin-0/+89
2024-04-19Sync with 2.42.2Johannes Schindelin-0/+89
2024-04-19Sync with 2.41.1Johannes Schindelin-0/+89
2024-04-19Sync with 2.40.2Johannes Schindelin-0/+89
2024-04-19Sync with 2.39.4Johannes Schindelin-0/+89
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin-0/+72
2024-04-17clone: prevent clashing git dirs when cloning submodule in parallelFilip Hejsek-0/+17
2024-03-15config: add --comment option to add a commentRalph Seichter-1/+1
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano-1/+6
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin-1/+6
2024-02-26submodule: use strvec_pushf() for --submodule-prefixRené Scharfe-15/+4
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-3/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan-1/+0
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren-1/+1