The 12th batch

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

Junio C Hamano committed Mar 5, 2026 at 10:04 UTC 795c338de725e13bd361214c6b768019fc45a2c1
1 file changed +10 -1
Documentation/RelNotes/2.54.0.adoc
+10 -1
@@ -136,9 +136,13 @@ Performance, Internal Implementation, Development Support etc.
136
137 * Clean-up the code around "git repo info" command.
138
139 - * Mark the marge-ort codebase to prevent more uses of the_repository
139 + * Mark the merge-ort codebase to prevent more uses of the_repository
140 from getting added.
141
142 + * The core.attributesfile is intended to be set per repository, but
143 + were kept track of by a single global variable in-core, which has
144 + been corrected by moving it to per-repository data structure.
145 +
146
147 Fixes since v2.53
148 -----------------
@@ -225,6 +229,11 @@ Fixes since v2.53
229 corrected.
230 (merge 3ef68ff40e sp/shallow-deepen-relative-fix later to maint).
231
232 + * "fsck" iterates over packfiles and its access to pack data caused
233 + the list to be permuted, which caused it to loop forever; the code
234 + to access pack data by "fsck" has been updated to avoid this.
235 + (merge 13eb65d366 ps/fsck-stream-from-the-right-object-instance later to maint).
236 +
237 * Other code cleanup, docfix, build fix, etc.
238 (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
239 (merge 7a747f972d dd/t5403-modernise later to maint).