aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/submodule--helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-22revision: add wrapper to setup_revisions() from a strvecJeff King1-8/+2
2025-08-05Merge branch 'kj/renamed-submodule'Junio C Hamano1-6/+44
2025-07-24fixup! submodule: skip redundant active entries when pattern covers pathJunio C Hamano1-3/+2
2025-07-24fixup! submodule: prevent overwriting .gitmodules on path reuseJunio C Hamano1-3/+2
2025-07-24submodule: skip redundant active entries when pattern covers pathK Jayatheerth1-6/+19
2025-07-24submodule: prevent overwriting .gitmodules on path reuseK Jayatheerth1-0/+27
2025-07-23config: drop `git_config_set_in_file_gently()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt1-7/+7
2025-07-23config: drop `git_config_set_in_file()` wrapperPatrick Steinhardt1-5/+5
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_get_string()` wrapperPatrick Steinhardt1-6/+6
2025-07-23config: drop `git_config_get()` wrapperPatrick Steinhardt1-3/+3
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-4/+4
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-5/+6
2025-07-07Merge branch 'jk/submodule-remote-lookup-cleanup'Junio C Hamano1-65/+41
2025-07-01odb: get rid of `the_repository` in `for_each()` functionsPatrick 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-3/+3
2025-06-25Merge branch 'ps/maintenance-ref-lock'Junio C Hamano1-6/+6
2025-06-23submodule: look up remotes by URL firstJacob Keller1-1/+25
2025-06-23submodule: move get_default_remote_submodule()Jacob Keller1-16/+16
2025-06-23submodule--helper: improve logic for fallback remote nameJacob Keller1-41/+5
2025-06-23dir: move starts_with_dot(_dot)_slash to dir.hJacob Keller1-12/+0
2025-06-18Merge branch 'ly/submodule-update-failure-leakfix'Junio C Hamano1-1/+3
2025-06-08builtin/submodule--helper: fix leak when remote_submodule_branch() failedLidong Yan1-1/+3
2025-06-03usage: allow dying without writing an error messagePatrick Steinhardt1-6/+6
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-04-15object-file: move `safe_create_leading_directories()` into "path.c"Patrick Steinhardt1-2/+2
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-18/+18
2025-02-07path: refactor `repo_submodule_path()` family of functionsPatrick Steinhardt1-1/+1
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt1-1/+1
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt1-5/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+2
2024-11-26builtin: pass repository to sub commandsKarthik Nayak1-16/+30
2024-10-09submodule: correct remote name with fetchDaniel Black1-1/+8
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano1-7/+19
2024-09-30Merge branch 'pw/submodule-process-sigpipe'Junio C Hamano1-1/+5
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt1-4/+9
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt1-0/+2
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt1-3/+7
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt1-0/+1
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+6
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-1/+1
2024-09-20submodule status: propagate SIGPIPEPhillip Wood1-1/+5
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano1-0/+2
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano1-1/+1
2024-09-16Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7Junio C Hamano1-0/+2
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-1/+1