From: Junio C Hamano Date: Tue, 24 Mar 2026 19:31:15 +0000 (-0700) Subject: The 20th batch X-Git-Tag: v2.54.0-rc0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce74208c2fa13943fffa58f168ac27a76d0eb789;p=thirdparty%2Fgit.git The 20th batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc index 064827b642..7de9f7e7ec 100644 --- a/Documentation/RelNotes/2.54.0.adoc +++ b/Documentation/RelNotes/2.54.0.adoc @@ -91,6 +91,12 @@ UI, Workflows & Features * "git rebase" learns "--trailer" command to drive the interpret-trailers machinery. + * "git fast-import" learned to optionally replace signature on + commits whose signatures get invalidated due to replaying by + signing afresh. + + * "git history" learned the "split" subcommand. + Performance, Internal Implementation, Development Support etc. -------------------------------------------------------------- @@ -212,6 +218,15 @@ Performance, Internal Implementation, Development Support etc. * Adjust test-lint to allow "sed -E" to use ERE in the patterns. + * Clar (unit testing framework) update from the upstream. + + * Reduce system overhead "git upload-pack" spends on relaying "git + pack-objects" output to the "git fetch" running on the other end of + the connection. + + * Add a coccinelle rule to break the build when "struct strbuf" gets + passed by value. + Fixes since v2.53 ----------------- @@ -358,6 +373,17 @@ Fixes since v2.53 available since OpenSSL 1.1 since 2016 or so. (merge 6392a0b75d bb/imap-send-openssl-4.0-prep later to maint). + * Fix an example in the user-manual. + (merge 5514f14617 gj/user-manual-fix-grep-example later to maint). + + * The final clean-up phase of the diff output could turn the result of + histogram diff algorithm suboptimal, which has been corrected. + (merge e417277ae9 yc/histogram-hunk-shift-fix later to maint). + + * "git diff -U" was too lenient in its command line parsing and + took an empty string as a valid . + (merge 4f6a803aba ty/doc-diff-u-wo-number later to maint). + * Other code cleanup, docfix, build fix, etc. (merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint). (merge 7a747f972d dd/t5403-modernise later to maint). @@ -401,3 +427,7 @@ Fixes since v2.53 (merge 35f220b639 ss/submodule--helper-use-xmalloc later to maint). (merge 02cbae61df cf/constness-fixes later to maint). (merge 69efd53c81 ms/t7605-test-path-is-helpers later to maint). + (merge d39cef3a1a ss/t0410-delete-object-cleanup later to maint). + (merge 2f05039717 rj/pack-refs-tests-path-is-helpers later to maint). + (merge 2594747ad1 jk/transport-color-leakfix later to maint). + (merge 48430e44ac mf/t0008-cleanup later to maint).