The 10th batch

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

Junio C Hamano committed Mar 3, 2026 at 11:08 UTC 50d063e335afd5828fbb9de2f2b2fb44fd884d2b
1 file changed +13
Documentation/RelNotes/2.54.0.adoc
+13
@@ -44,6 +44,9 @@ UI, Workflows & Features
44 against the tree of the (potentially quite different from the
45 current working tree) given commit.
46
47 + * "git add -p" learned a new mode that allows the user to revisit a
48 + file that was already dealt with.
49 +
50
51 Performance, Internal Implementation, Development Support etc.
52 --------------------------------------------------------------
@@ -179,6 +182,9 @@ Fixes since v2.53
182 * Update build precedure for mergetool documentation in meson-based builds.
183 (merge 58e4eeeeb5 pw/meson-doc-mergetool later to maint).
184
185 + * An earlier attempt to optimize "git subtree" discarded too much
186 + relevant histories, which has been corrected.
187 +
188 * Other code cleanup, docfix, build fix, etc.
189 (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
190 (merge 7a747f972d dd/t5403-modernise later to maint).
@@ -207,3 +213,10 @@ Fixes since v2.53
213 (merge 96286f14b0 ty/symlinks-use-unsigned-for-bitset later to maint).
214 (merge b10e0cb1f3 kh/doc-am-xref later to maint).
215 (merge ed84bc1c0d kh/doc-patch-id-4 later to maint).
216 + (merge 7451864bfa sc/pack-redundant-leakfix later to maint).
217 +
218 + * A prefetch call can be triggered to access a stale diff_queue entry
219 + after diffcore-break breaks a filepair into two and freed the
220 + original entry that is no longer used, leading to a segfault, which
221 + has been corrected.
222 + (merge 2d88ab078d hy/diff-lazy-fetch-with-break-fix later to maint).