From d6fd04375f9196f8b203d442f235bd96a1a068cc Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 28 Mar 2024 14:13:37 -0700 Subject: The twelfth batch Signed-off-by: Junio C Hamano diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt index 903c665..cabdaf4 100644 --- a/Documentation/RelNotes/2.45.0.txt +++ b/Documentation/RelNotes/2.45.0.txt @@ -45,6 +45,18 @@ UI, Workflows & Features * The output format for dates "iso-strict" has been tweaked to show a time in the Zulu timezone with "Z" suffix, instead of "+00:00". + * "git diff" and friends learned two extra configuration variables, + diff.srcPrefix and diff.dstPrefix. + + * The status.showUntrackedFiles configuration variable had a name + that tempts users to set a Boolean value expressed in our usual + "false", "off", and "0", but it only took "no". This has been + corrected so "true" and its synonyms are taken as "normal", while + "false" and its synonyms are taken as "no". + + * Remove an ancient and not well maintained Hg-to-git migration + script from contrib/. + Performance, Internal Implementation, Development Support etc. @@ -93,6 +105,12 @@ Performance, Internal Implementation, Development Support etc. * The code to iterate over reflogs in the reftable has been optimized to reduce memory allocation and deallocation. + * Work to support a repository that work with both SHA-1 and SHA-256 + hash algorithms has started. + + * A new fuzz target that exercises config parsing code has been + added. + Fixes since v2.44 ----------------- -- cgit v0.10.2-6-g49f6