From: Junio C Hamano Date: Sun, 28 Dec 2025 07:02:48 +0000 (+0900) Subject: The 13th batch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c7698a654a7a0031f65b0ab0c1c4e438e95df60;p=thirdparty%2Fgit.git The 13th batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc index 88d24f6d4d..d71948829c 100644 --- a/Documentation/RelNotes/2.53.0.adoc +++ b/Documentation/RelNotes/2.53.0.adoc @@ -78,6 +78,11 @@ Performance, Internal Implementation, Development Support etc. * "git diff-files -R --find-copies-harder" has been taught to use the potential copy sources from the index correctly. + * Require C99 style flexible array member support from all platforms. + + * The code path that enumerates promisor objects have been optimized + to skip pointlessly parsing blob objects. + Fixes since v2.52 ----------------- @@ -214,3 +219,5 @@ Fixes since v2.52 (merge bab391761d kj/pull-options-decl-cleanup later to maint). (merge 007b8994d4 rs/t4014-git-version-string-fix later to maint). (merge 4ce170c522 ds/doc-scalar-config later to maint). + (merge a0c813951a jc/doc-commit-signoff-config later to maint). + (merge 8ee262985a ja/doc-misc-fixes later to maint).