aboutsummaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
2025-02-07submodule: refactor `submodule_to_gitdir()` to accept a repoPatrick Steinhardt
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-26builtin: pass repository to sub commandsKarthik Nayak
2024-10-09submodule: correct remote name with fetchDaniel Black
2024-10-02Merge branch 'ps/leakfixes-part-7'Junio C Hamano
2024-09-30Merge branch 'pw/submodule-process-sigpipe'Junio C Hamano
2024-09-27builtin/submodule--helper: fix leaking remote ref on errorsPatrick Steinhardt
2024-09-27builtin/submodule--helper: fix leaking error bufferPatrick Steinhardt
2024-09-27builtin/submodule--helper: clear child process when not running itPatrick Steinhardt
2024-09-27submodule: fix leaking update strategyPatrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
2024-09-20submodule status: propagate SIGPIPEPhillip Wood
2024-09-20Merge branch 'ps/leakfixes-part-6'Junio C Hamano
2024-09-16Merge branch 'jc/range-diff-lazy-setup'Junio C Hamano
2024-09-16Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt
2024-09-05drop trailing newline from warning/error/die messagesJeff King
2024-09-05builtin/submodule--helper: fix leaking refs on push-checkPatrick 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-15Merge branch 'ps/submodule-ref-format'Junio C Hamano
2024-08-13config: pass repo to functions that rename or copy sectionsPatrick Steinhardt
2024-08-09remerge-diff: clean up temporary objdir at a central placeJunio C Hamano
2024-08-09refs: add referent to each_ref_fnJohn Cai
2024-08-08builtin/submodule: allow "add" to use different ref storage formatPatrick Steinhardt
2024-08-08builtin/submodule: allow cloning with different ref storage formatPatrick Steinhardt
2024-08-01builtin/submodule--helper: fix leaking buffer in `is_tip_reachable`Patrick Steinhardt
2024-08-01builtin/submodule--helper: fix leaking clone depth parameterPatrick Steinhardt
2024-07-12Merge branch 'rs/simplify-submodule-helper-super-prefix-invocation'Junio C Hamano
2024-07-01submodule--helper: use strvec_pushf() for --super-prefixRené Scharfe
2024-06-12Merge branch 'gt/t-hash-unit-test'Junio C Hamano
2024-05-29strbuf: introduce strbuf_addstrings() to repeatedly add a stringGhanshyam Thakkar
2024-05-17refs: refactor `resolve_gitlink_ref()` to accept a repositoryPatrick 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-13Sync with Git 2.45.1Junio 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-18builtin: stop using `the_index`Patrick Steinhardt
2024-04-17submodule: require the submodule path to contain directories onlyJohannes Schindelin
2024-04-17clone_submodule: avoid using `access()` on directoriesJohannes Schindelin
2024-04-17submodules: submodule paths must not contain symlinksJohannes Schindelin