The 16th batch

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

Junio C Hamano committed Jan 8, 2026 at 15:58 UTC d529f3a197364881746f558e5652f0236131eb86
1 file changed +11
Documentation/RelNotes/2.53.0.adoc
+11
@@ -228,6 +228,16 @@ Fixes since v2.52
228 handling stateful ISO/IEC 2022 encoded strings.
229 (merge cee341e9dd rs/macos-iconv-workaround later to maint).
230
231 + * Running "git diff" with "--name-only" and other options that allows
232 + us not to look at the blob contents, while objects that are lazily
233 + fetched from a promisor remote, caused use-after-free, which has
234 + been corrected.
235 +
236 + * The ort merge machinery hit an assertion failure in a history with
237 + criss-cross merges renamed a directory and a non-directory, which
238 + has been corrected.
239 + (merge 979ee83e8a en/ort-recursive-d-f-conflict-fix later to maint).
240 +
241 * Other code cleanup, docfix, build fix, etc.
242 (merge 46207a54cc qj/doc-http-bad-want-response later to maint).
243 (merge df90eccd93 kh/doc-commit-extra-references later to maint).
@@ -252,3 +262,4 @@ Fixes since v2.52
262 (merge 93f894c001 bc/checkout-error-message-fix later to maint).
263 (merge abf05d856f rs/show-branch-prio-queue later to maint).
264 (merge 06188ea5f3 rs/parse-config-expiry-simplify later to maint).
265 + (merge 861dbb1586 dd/t5403-modernise later to maint).