]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The twelfth batch
authorJunio C Hamano <gitster@pobox.com>
Thu, 28 Mar 2024 21:13:37 +0000 (14:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Mar 2024 21:13:51 +0000 (14:13 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.45.0.txt

index 903c6659603c648e67e47cde3e8a922fb402ed30..cabdaf48b1d9490e02ac7686897cca162ebf4d7a 100644 (file)
@@ -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
 -----------------