The 3rd batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Feb 11, 2026 at 11:53 UTC 6fcee4785280a08e7f271bd015a4dc33753e2886
1 file changed +10
Documentation/RelNotes/2.54.0.adoc
+10
@@ -17,6 +17,8 @@ UI, Workflows & Features
17 * The help text and the documentation for the "--expire" option of
18 "git worktree [list|prune]" have been improved.
19
20 + * When "git show-index" is run outside a repository, it silently
21 + defaults to SHA-1; the tool now warns when this happens.
22
23
24 Performance, Internal Implementation, Development Support etc.
@@ -52,9 +54,17 @@ Fixes since v2.53
54 corrected.
55 (merge eff9299eac kn/ref-batch-output-error-reporting-fix later to maint).
56
57 + * "git blame --ignore-revs=... --color-lines" did not account for
58 + ignored revisions passing blame to the same commit an adjacent line
59 + gets blamed for.
60 + (merge d519082d4e rs/blame-ignore-colors-fix later to maint).
61 +
62 * Other code cleanup, docfix, build fix, etc.
63 (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
64 (merge 7a747f972d dd/t5403-modernise later to maint).
65 (merge 81021871ea sp/myfirstcontribution-include-update later to maint).
66 (merge 49223593fd ac/sparse-checkout-string-list-cleanup later to maint).
67 (merge a824421d36 sp/t5500-cleanup later to maint).
68 + (merge df1c5d7ed7 kh/doc-shortlog-fix later to maint).
69 + (merge 2d45507f15 am/doc-github-contributiong-link-to-submittingpatches later to maint).
70 + (merge 68060b9262 hs/t9160-test-paths later to maint).