| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -7/+3 |
| 2025-09-22 | revision: add wrapper to setup_revisions() from a strvec | Jeff King | 1 | -8/+2 |
| 2025-08-05 | Merge branch 'kj/renamed-submodule' | Junio C Hamano | 1 | -6/+44 |
| 2025-07-24 | fixup! submodule: skip redundant active entries when pattern covers path | Junio C Hamano | 1 | -3/+2 |
| 2025-07-24 | fixup! submodule: prevent overwriting .gitmodules on path reuse | Junio C Hamano | 1 | -3/+2 |
| 2025-07-24 | submodule: skip redundant active entries when pattern covers path | K Jayatheerth | 1 | -6/+19 |
| 2025-07-24 | submodule: prevent overwriting .gitmodules on path reuse | K Jayatheerth | 1 | -0/+27 |
| 2025-07-23 | config: drop `git_config_set_in_file_gently()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_set_gently()` wrapper | Patrick Steinhardt | 1 | -7/+7 |
| 2025-07-23 | config: drop `git_config_set_in_file()` wrapper | Patrick Steinhardt | 1 | -5/+5 |
| 2025-07-23 | config: drop `git_config_get_string()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_get_string()` wrapper | Patrick Steinhardt | 1 | -6/+6 |
| 2025-07-23 | config: drop `git_config_get()` wrapper | Patrick Steinhardt | 1 | -3/+3 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -4/+4 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -5/+6 |
| 2025-07-07 | Merge branch 'jk/submodule-remote-lookup-cleanup' | Junio C Hamano | 1 | -65/+41 |
| 2025-07-01 | odb: get rid of `the_repository` in `for_each()` functions | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | object-store: rename `object_directory` to `odb_source` | Patrick Steinhardt | 1 | -3/+3 |
| 2025-06-25 | Merge branch 'ps/maintenance-ref-lock' | Junio C Hamano | 1 | -6/+6 |
| 2025-06-23 | submodule: look up remotes by URL first | Jacob Keller | 1 | -1/+25 |
| 2025-06-23 | submodule: move get_default_remote_submodule() | Jacob Keller | 1 | -16/+16 |
| 2025-06-23 | submodule--helper: improve logic for fallback remote name | Jacob Keller | 1 | -41/+5 |
| 2025-06-23 | dir: move starts_with_dot(_dot)_slash to dir.h | Jacob Keller | 1 | -12/+0 |
| 2025-06-18 | Merge branch 'ly/submodule-update-failure-leakfix' | Junio C Hamano | 1 | -1/+3 |
| 2025-06-08 | builtin/submodule--helper: fix leak when remote_submodule_branch() failed | Lidong Yan | 1 | -1/+3 |
| 2025-06-03 | usage: allow dying without writing an error message | Patrick Steinhardt | 1 | -6/+6 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: move `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -2/+2 |
| 2025-03-10 | hash: stop depending on `the_repository` in `null_oid()` | Patrick Steinhardt | 1 | -18/+18 |
| 2025-02-07 | path: refactor `repo_submodule_path()` family of functions | Patrick Steinhardt | 1 | -1/+1 |
| 2025-02-07 | submodule: refactor `submodule_to_gitdir()` to accept a repo | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -5/+3 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-11-26 | builtin: pass repository to sub commands | Karthik Nayak | 1 | -16/+30 |
| 2024-10-09 | submodule: correct remote name with fetch | Daniel Black | 1 | -1/+8 |
| 2024-10-02 | Merge branch 'ps/leakfixes-part-7' | Junio C Hamano | 1 | -7/+19 |
| 2024-09-30 | Merge branch 'pw/submodule-process-sigpipe' | Junio C Hamano | 1 | -1/+5 |
| 2024-09-27 | builtin/submodule--helper: fix leaking remote ref on errors | Patrick Steinhardt | 1 | -4/+9 |
| 2024-09-27 | builtin/submodule--helper: fix leaking error buffer | Patrick Steinhardt | 1 | -0/+2 |
| 2024-09-27 | builtin/submodule--helper: clear child process when not running it | Patrick Steinhardt | 1 | -3/+7 |
| 2024-09-27 | submodule: fix leaking update strategy | Patrick Steinhardt | 1 | -0/+1 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -2/+6 |
| 2024-09-23 | Merge branch 'ps/environ-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-09-20 | submodule status: propagate SIGPIPE | Phillip Wood | 1 | -1/+5 |
| 2024-09-20 | Merge branch 'ps/leakfixes-part-6' | Junio C Hamano | 1 | -0/+2 |
| 2024-09-16 | Merge branch 'jc/range-diff-lazy-setup' | Junio C Hamano | 1 | -1/+1 |
| 2024-09-16 | Merge branch 'ps/leakfixes-part-6' into ps/leakfixes-part-7 | Junio C Hamano | 1 | -0/+2 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+2 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-12 | environment: make `get_git_work_tree()` accept a repository | Patrick Steinhardt | 1 | -1/+1 |
| 2024-09-05 | drop trailing newline from warning/error/die messages | Jeff King | 1 | -1/+1 |
| 2024-09-05 | builtin/submodule--helper: fix leaking refs on push-check | Patrick Steinhardt | 1 | -0/+2 |
| 2024-08-23 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-08-15 | Merge branch 'jc/refs-symref-referent' | Junio C Hamano | 1 | -0/+1 |
| 2024-08-15 | Merge branch 'ps/submodule-ref-format' | Junio C Hamano | 1 | -1/+45 |
| 2024-08-13 | config: pass repo to functions that rename or copy sections | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-09 | remerge-diff: clean up temporary objdir at a central place | Junio C Hamano | 1 | -1/+1 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -0/+1 |
| 2024-08-08 | builtin/submodule: allow "add" to use different ref storage format | Patrick Steinhardt | 1 | -1/+15 |
| 2024-08-08 | builtin/submodule: allow cloning with different ref storage format | Patrick Steinhardt | 1 | -0/+30 |
| 2024-08-01 | builtin/submodule--helper: fix leaking buffer in `is_tip_reachable` | Patrick Steinhardt | 1 | -2/+7 |
| 2024-08-01 | builtin/submodule--helper: fix leaking clone depth parameter | Patrick Steinhardt | 1 | -6/+5 |
| 2024-07-12 | Merge branch 'rs/simplify-submodule-helper-super-prefix-invocation' | Junio C Hamano | 1 | -11/+6 |
| 2024-07-01 | submodule--helper: use strvec_pushf() for --super-prefix | René Scharfe | 1 | -11/+6 |
| 2024-06-12 | Merge branch 'gt/t-hash-unit-test' | Junio C Hamano | 1 | -3/+1 |
| 2024-05-29 | strbuf: introduce strbuf_addstrings() to repeatedly add a string | Ghanshyam Thakkar | 1 | -3/+1 |
| 2024-05-17 | refs: refactor `resolve_gitlink_ref()` to accept a repository | Patrick Steinhardt | 1 | -3/+5 |
| 2024-05-17 | refs: pass repo when retrieving submodule ref store | Patrick Steinhardt | 1 | -2/+4 |
| 2024-05-16 | Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi... | Junio C Hamano | 1 | -2/+5 |
| 2024-05-13 | Sync with Git 2.45.1 | Junio C Hamano | 1 | -2/+84 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -2/+5 |
| 2024-04-29 | Sync with 2.44.1 | Johannes Schindelin | 1 | -2/+84 |
| 2024-04-19 | Sync with 2.42.2 | Johannes Schindelin | 1 | -2/+84 |
| 2024-04-19 | Sync with 2.41.1 | Johannes Schindelin | 1 | -2/+84 |
| 2024-04-19 | Sync with 2.40.2 | Johannes Schindelin | 1 | -2/+84 |
| 2024-04-19 | Sync with 2.39.4 | Johannes Schindelin | 1 | -2/+84 |
| 2024-04-18 | builtin: stop using `the_index` | Patrick Steinhardt | 1 | -11/+10 |
| 2024-04-17 | submodule: require the submodule path to contain directories only | Johannes Schindelin | 1 | -1/+31 |
| 2024-04-17 | clone_submodule: avoid using `access()` on directories | Johannes Schindelin | 1 | -1/+1 |
| 2024-04-17 | submodules: submodule paths must not contain symlinks | Johannes Schindelin | 1 | -0/+35 |
| 2024-04-17 | clone: prevent clashing git dirs when cloning submodule in parallel | Filip Hejsek | 1 | -0/+17 |
| 2024-03-15 | config: add --comment option to add a comment | Ralph Seichter | 1 | -1/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-10-03 | submodule--helper: return error from set-url when modifying failed | Jan Alexander Steffens (heftig) | 1 | -5/+7 |
| 2023-10-03 | submodule--helper: use submodule_from_path in set-{url,branch} | Jan Alexander Steffens (heftig) | 1 | -4/+18 |
| 2023-08-21 | diff: drop useless "status" parameter from diff_result_code() | Jeff King | 1 | -1/+1 |
| 2023-08-21 | diff: drop useless return from run_diff_{files,index} functions | Jeff King | 1 | -3/+2 |
| 2023-08-21 | diff: spell DIFF_INDEX_CACHED out when calling run_diff_index() | Junio C Hamano | 1 | -1/+1 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -1/+2 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -2/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -0/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | preload-index.h: move declarations for preload-index.c from elsewhere | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | sparse-index.h: move declarations for sparse-index.c from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-20 | Merge branch 'tb/submodule-null-deref-fix' | Junio C Hamano | 1 | -2/+5 |
| 2023-05-25 | builtin/submodule--helper.c: handle missing submodule URLs | Taylor Blau | 1 | -2/+5 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+4 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -3/+3 |
| 2023-04-06 | Merge branch 'ab/config-multi-and-nonbool' | Junio C Hamano | 1 | -4/+3 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -3/+3 |
| 2023-03-28 | builtins: mark unused prefix parameters | Jeff King | 1 | -1/+1 |
| 2023-03-28 | config API: add and use a "git_config_get()" family of functions | Ævar Arnfjörð Bjarmason | 1 | -4/+3 |
| 2023-03-28 | cocci: apply the "revision.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -2/+2 |
| 2023-02-24 | run_processes_parallel: mark unused callback parameters | Jeff King | 1 | -2/+2 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-01-08 | *: fix typos which duplicate a word | Andrei Rybak | 1 | -3/+2 |
| 2023-01-05 | Merge branch 'ab/no-more-git-global-super-prefix' | Junio C Hamano | 1 | -40/+47 |
| 2022-12-26 | submodule--helper: convert "{update,clone}" to their own "--super-prefix" | Ævar Arnfjörð Bjarmason | 1 | -19/+13 |
| 2022-12-26 | submodule--helper: convert "status" to its own "--super-prefix" | Ævar Arnfjörð Bjarmason | 1 | -7/+8 |
| 2022-12-26 | submodule--helper: convert "sync" to its own "--super-prefix" | Ævar Arnfjörð Bjarmason | 1 | -9/+11 |
| 2022-12-26 | submodule--helper: convert "foreach" to its own "--super-prefix" | Ævar Arnfjörð Bjarmason | 1 | -5/+7 |
| 2022-12-26 | submodule--helper: don't use global --super-prefix in "absorbgitdirs" | Ævar Arnfjörð Bjarmason | 1 | -4/+3 |
| 2022-12-26 | submodule.c & submodule--helper: pass along "super_prefix" param | Ævar Arnfjörð Bjarmason | 1 | -13/+22 |
| 2022-12-13 | diff: mark unused parameters in callbacks | Jeff King | 1 | -1/+1 |
| 2022-11-28 | Merge branch 'ab/fewer-the-index-macros' | Junio C Hamano | 1 | -14/+14 |
| 2022-11-21 | cocci: apply "pending" index-compatibility to some "builtin/*.c" | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
| 2022-11-21 | cocci & cache.h: apply variable section of "pending" index-compatibility | Ævar Arnfjörð Bjarmason | 1 | -7/+7 |
| 2022-11-08 | submodule--helper: use OPT_SUBCOMMAND() API | Ævar Arnfjörð Bjarmason | 1 | -40/+38 |
| 2022-11-08 | submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update" | Ævar Arnfjörð Bjarmason | 1 | -3/+1 |
| 2022-11-08 | submodule--helper: remove --prefix from "absorbgitdirs" | Ævar Arnfjörð Bjarmason | 1 | -3/+0 |
| 2022-11-08 | submodule API & "absorbgitdirs": remove "----recursive" option | Ævar Arnfjörð Bjarmason | 1 | -6/+2 |
| 2022-11-08 | submodule--helper: fix a memory leak in "status" | Ævar Arnfjörð Bjarmason | 1 | -3/+4 |
| 2022-11-08 | submodule--helper: move "config" to a test-tool | Ævar Arnfjörð Bjarmason | 1 | -46/+0 |
| 2022-10-27 | Merge branch 'ab/run-hook-api-cleanup' | Junio C Hamano | 1 | -4/+12 |
| 2022-10-17 | submodule--helper: drop unused argc from module_list_compute() | Jeff King | 1 | -9/+9 |
| 2022-10-12 | run-command API: move *_tr2() users to "run_processes_parallel()" | Ævar Arnfjörð Bjarmason | 1 | -4/+12 |
| 2022-09-19 | Merge branch 'jk/list-objects-filter-cleanup' | Junio C Hamano | 1 | -2/+5 |
| 2022-09-14 | Merge branch 'ab/submodule-helper-leakfix' | Junio C Hamano | 1 | -64/+163 |
| 2022-09-14 | Merge branch 'ab/unused-annotation' | Junio C Hamano | 1 | -2/+2 |
| 2022-09-14 | Merge branch 'jk/unused-annotation' | Junio C Hamano | 1 | -2/+3 |
| 2022-09-13 | Merge branch 'ab/submodule-helper-prep' | Junio C Hamano | 1 | -305/+241 |
| 2022-09-12 | list-objects-filter: add and use initializers | Jeff King | 1 | -4/+4 |
| 2022-09-02 | submodule--helper: fix a configure_added_submodule() leak | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-09-02 | submodule--helper: free rest of "displaypath" in "struct update_data" | Ævar Arnfjörð Bjarmason | 1 | -7/+8 |
| 2022-09-02 | submodule--helper: free some "displaypath" in "struct update_data" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2022-09-02 | submodule--helper: fix a memory leak in print_status() | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2022-09-02 | submodule--helper: fix a leak in module_add() | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
| 2022-09-02 | submodule--helper: fix obscure leak in module_add() | Ævar Arnfjörð Bjarmason | 1 | -11/+11 |
| 2022-09-02 | submodule--helper: fix "reference" leak | Ævar Arnfjörð Bjarmason | 1 | -6/+15 |
| 2022-09-02 | submodule--helper: fix a memory leak in get_default_remote_submodule() | Ævar Arnfjörð Bjarmason | 1 | -1/+5 |
| 2022-09-02 | submodule--helper: fix a leak with repo_clear() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-09-02 | submodule--helper: fix "sm_path" and other "module_cb_list" leaks | Ævar Arnfjörð Bjarmason | 1 | -1/+20 |
| 2022-09-02 | submodule--helper: fix "errmsg_str" memory leak | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-09-02 | submodule--helper: add and use *_release() functions | Ævar Arnfjörð Bjarmason | 1 | -1/+27 |
| 2022-09-02 | submodule--helper: don't leak {run,capture}_command() cp.dir argument | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2022-09-02 | submodule--helper: "struct pathspec" memory leak in module_update() | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
| 2022-09-02 | submodule--helper: fix most "struct pathspec" memory leaks | Ævar Arnfjörð Bjarmason | 1 | -23/+51 |
| 2022-09-02 | submodule--helper: fix trivial get_default_remote_submodule() leak | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2022-09-02 | submodule--helper: fix a leak in "clone_submodule" | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
| 2022-09-02 | submodule--helper: fix bad config API usage | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-09-02 | submodule--helper: libify even more "die" paths for module_update() | Ævar Arnfjörð Bjarmason | 1 | -16/+25 |
| 2022-09-02 | submodule--helper: libify more "die" paths for module_update() | Ævar Arnfjörð Bjarmason | 1 | -21/+37 |
| 2022-09-02 | submodule--helper: check repo{_submodule,}_init() return values | Ævar Arnfjörð Bjarmason | 1 | -2/+7 |
| 2022-09-02 | submodule--helper: libify "must_die_on_failure" code paths (for die) | Ævar Arnfjörð Bjarmason | 1 | -12/+17 |
| 2022-09-02 | submodule--helper update: don't override 'checkout' exit code | Ævar Arnfjörð Bjarmason | 1 | -6/+3 |
| 2022-09-02 | submodule--helper: libify "must_die_on_failure" code paths | Ævar Arnfjörð Bjarmason | 1 | -29/+16 |
| 2022-09-02 | submodule--helper: libify determine_submodule_update_strategy() | Ævar Arnfjörð Bjarmason | 1 | -14/+25 |
| 2022-09-02 | submodule--helper: don't exit() on failure, return | Ævar Arnfjörð Bjarmason | 1 | -10/+25 |
| 2022-09-02 | submodule--helper: use "code" in run_update_command() | Ævar Arnfjörð Bjarmason | 1 | -14/+13 |
| 2022-09-02 | submodule API: don't handle SM_..{UNSPECIFIED,COMMAND} in to_string() | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
| 2022-09-02 | submodule--helper: don't call submodule_strategy_to_string() in BUG() | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
| 2022-09-02 | submodule--helper: add missing braces to "else" arm | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2022-09-02 | submodule--helper: return "ret", not "1" from update_submodule() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-09-02 | submodule--helper: rename "int res" to "int ret" | Ævar Arnfjörð Bjarmason | 1 | -9/+9 |
| 2022-09-02 | submodule--helper: don't redundantly check "else if (res)" | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
| 2022-09-02 | submodule--helper: refactor "errmsg_str" to be a "struct strbuf" | Glen Choo | 1 | -8/+6 |
| 2022-09-02 | submodule--helper: add "const" to passed "struct update_data" | Ævar Arnfjörð Bjarmason | 1 | -5/+7 |
| 2022-09-02 | submodule--helper: add "const" to copy of "update_data" | Glen Choo | 1 | -2/+2 |
| 2022-09-02 | submodule--helper: add "const" to passed "module_clone_data" | Ævar Arnfjörð Bjarmason | 1 | -23/+26 |
| 2022-09-02 | submodule--helper: move "sb" in clone_submodule() to its own scope | Ævar Arnfjörð Bjarmason | 1 | -7/+14 |
| 2022-09-02 | submodule--helper: use xstrfmt() in clone_submodule() | Ævar Arnfjörð Bjarmason | 1 | -8/+9 |
| 2022-09-02 | submodule--helper: replace memset() with { 0 }-initialization | Ævar Arnfjörð Bjarmason | 1 | -4/+2 |
| 2022-09-02 | submodule--helper style: add \n\n after variable declarations | Ævar Arnfjörð Bjarmason | 1 | -2/+23 |
| 2022-09-02 | submodule--helper style: don't separate declared variables with \n\n | Ævar Arnfjörð Bjarmason | 1 | -28/+5 |
| 2022-09-02 | submodule--helper: move "resolve-relative-url-test" to a test-tool | Ævar Arnfjörð Bjarmason | 1 | -23/+0 |
| 2022-09-02 | submodule--helper: move "check-name" to a test-tool | Ævar Arnfjörð Bjarmason | 1 | -24/+0 |
| 2022-09-02 | submodule--helper: move "is-active" to a test-tool | Ævar Arnfjörð Bjarmason | 1 | -9/+0 |
| 2022-09-02 | submodule--helper: remove unused "list" helper | Ævar Arnfjörð Bjarmason | 1 | -40/+0 |
| 2022-09-02 | submodule--helper: remove unused "name" helper | Ævar Arnfjörð Bjarmason | 1 | -19/+0 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -2/+3 |
| 2022-08-03 | revisions API: don't leak memory on argv elements that need free()-ing | Ævar Arnfjörð Bjarmason | 1 | -1/+4 |
| 2022-06-30 | submodule--helper: remove display path helper | Glen Choo | 1 | -16/+8 |
| 2022-06-30 | submodule--helper update: use --super-prefix | Glen Choo | 1 | -20/+10 |