aboutsummaryrefslogtreecommitdiff
path: root/submodule.c
AgeCommit message (Expand)Author
14 daysMerge branch 'rs/use-strvec-pushv'Junio C Hamano
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano
2026-03-23Merge branch 'ng/submodule-default-remote'Junio C Hamano
2026-03-16Merge branch 'ty/setup-error-tightening'Junio C Hamano
2026-03-04setup: improve error diagnosis for invalid .git filesTian Yuchen
2026-03-03submodule: fetch missing objects from default remoteNasser Grainawi
2026-02-23refs: rename `each_ref_fn`Patrick Steinhardt
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-12submodule: detect conflicts with existing gitdir configsAdrian Ratiu
2026-01-12submodule: fix case-folding gitdir filesystem collisionsAdrian Ratiu
2026-01-12submodule--helper: fix filesystem collisions by encoding gitdir pathsAdrian Ratiu
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu
2026-01-12submodule: always validate gitdirs inside submodule_name_to_gitdirAdrian Ratiu
2025-11-04refs: introduce wrapper struct for `each_ref_fn`Patrick Steinhardt
2025-09-22treewide: use setup_revisions_from_strvec() when we have a strvecJeff King
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt
2025-02-07path: refactor `repo_git_path()` family of functionsPatrick Steinhardt
2024-12-23Merge branch 'sk/calloc-not-malloc-plus-memset'Junio C Hamano
2024-12-18git: use calloc instead of malloc + memset where possibleSeija Kijin
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
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