summaryrefslogtreecommitdiffstats
path: root/t/t7419-submodule-set-branch.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-04The thirteenth batchJunio C Hamano1-12/+22
2024-12-02worktree: refactor `repair_worktree_after_gitdir_move()`Caleb White2-25/+26
2024-12-02worktree: add relative cli/config options to `repair` commandCaleb White5-33/+76
2024-12-02worktree: add relative cli/config options to `move` commandCaleb White4-16/+39
2024-12-02worktree: add relative cli/config options to `add` commandCaleb White7-49/+95
2024-12-02worktree: add `write_worktree_linking_files()` functionCaleb White2-0/+48
2024-12-02worktree: refactor infer_backlink returnCaleb White1-7/+8
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White5-0/+16
2024-12-02setup: correctly reinitialize repository versionCaleb White2-12/+26
2024-11-26The twelfth batchJunio C Hamano1-0/+21
2024-11-26ref-cache: fix invalid free operation in `free_ref_entry`shejialuo1-1/+2
2024-11-26refs/reftable: reuse iterators when reading refsPatrick Steinhardt1-3/+29
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt2-0/+75
2024-11-26reftable/stack: add mechanism to notify callers on reloadPatrick Steinhardt2-0/+13
2024-11-26refs/reftable: refactor reflog expiry to use reftable backendPatrick Steinhardt1-8/+5
2024-11-26refs/reftable: refactor reading symbolic refs to use reftable backendPatrick Steinhardt1-7/+4
2024-11-26refs/reftable: read references via `struct reftable_backend`Patrick Steinhardt1-63/+59
2024-11-26refs/reftable: figure out hash via `reftable_stack`Patrick Steinhardt1-7/+19
2024-11-26reftable/stack: add accessor for the hash IDPatrick Steinhardt2-0/+8
2024-11-26refs/reftable: handle reloading stacks in the reftable backendPatrick Steinhardt1-58/+126
2024-11-26refs/reftable: encapsulate reftable stackPatrick Steinhardt1-59/+76
2024-11-26builtin: pass repository to sub commandsKarthik Nayak17-135/+239
2024-11-26bisect: address Coverity warning about potential double freePatrick Steinhardt2-2/+5
2024-11-26sequencer: comment commit messages properlyKristoffer Haugsbakk2-4/+23
2024-11-26sequencer: comment `--reference` subject line properlyKristoffer Haugsbakk2-4/+19
2024-11-26sequencer: comment checked-out branch properlyKristoffer Haugsbakk2-2/+22
2024-11-26reftable: rename scratch bufferPatrick Steinhardt4-18/+20
2024-11-26refs: adapt `initial_transaction` flag to be unsignedPatrick Steinhardt2-2/+2
2024-11-25t7900: fix host-dependent behaviour when testing git-maintenance(1)Patrick Steinhardt1-2/+7
2024-11-25doc: option value may be separate for valid reasonsJunio C Hamano2-0/+15
2024-11-25Git 2.47.1v2.47.1Junio C Hamano1-0/+5
2024-11-25git-difftool--helper.sh: exit upon initialize_merge_tool errorsPhilippe Blain1-6/+2
2024-11-25git-mergetool--lib.sh: add error message for unknown tool variantPhilippe Blain1-0/+1
2024-11-25git-mergetool--lib.sh: add error message if 'setup_user_tool' failsPhilippe Blain2-2/+15
2024-11-25git-mergetool--lib.sh: use TOOL_MODE when erroring about unknown toolPhilippe Blain1-1/+1
2024-11-25completion: complete '--tool-help' in 'git mergetool'Philippe Blain1-1/+1
2024-11-24Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau1-2/+2
2024-11-24doc: switch links to httpsJosh Soref1-1/+1
2024-11-24doc: update links to current pagesJosh Soref1-1/+1
2024-11-22The eleventh batchJunio C Hamano1-0/+14
2024-11-22t/perf: use 'test_file_size' in more placesTaylor Blau2-2/+2
2024-11-22pack-bitmap.c: typofix in `find_boundary_objects()`Taylor Blau1-1/+1
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt928-928/+0
2024-11-21test-lib: unconditionally enable leak checkingPatrick Steinhardt4-97/+1
2024-11-21t: remove unneeded !SANITIZE_LEAK prerequisitesPatrick Steinhardt3-11/+11
2024-11-21t: mark some tests as leak freePatrick Steinhardt2-0/+2
2024-11-21t5601: work around leak sanitizer issuePatrick Steinhardt1-11/+15
2024-11-21git-compat-util: drop now-unused `UNLEAK()` macroPatrick Steinhardt2-35/+0
2024-11-21global: drop `UNLEAK()` annotationPatrick Steinhardt2-2/+0
2024-11-21t/helper: fix leaking commit graph in "read-graph" subcommandPatrick Steinhardt1-2/+1