Skip to content

Commit d6fd043

Browse files
committed
The twelfth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 20d1adb commit d6fd043

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Documentation/RelNotes/2.45.0.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ UI, Workflows & Features
4545
* The output format for dates "iso-strict" has been tweaked to show
4646
a time in the Zulu timezone with "Z" suffix, instead of "+00:00".
4747

48+
* "git diff" and friends learned two extra configuration variables,
49+
diff.srcPrefix and diff.dstPrefix.
50+
51+
* The status.showUntrackedFiles configuration variable had a name
52+
that tempts users to set a Boolean value expressed in our usual
53+
"false", "off", and "0", but it only took "no". This has been
54+
corrected so "true" and its synonyms are taken as "normal", while
55+
"false" and its synonyms are taken as "no".
56+
57+
* Remove an ancient and not well maintained Hg-to-git migration
58+
script from contrib/.
59+
4860

4961
Performance, Internal Implementation, Development Support etc.
5062

@@ -93,6 +105,12 @@ Performance, Internal Implementation, Development Support etc.
93105
* The code to iterate over reflogs in the reftable has been optimized
94106
to reduce memory allocation and deallocation.
95107

108+
* Work to support a repository that work with both SHA-1 and SHA-256
109+
hash algorithms has started.
110+
111+
* A new fuzz target that exercises config parsing code has been
112+
added.
113+
96114

97115
Fixes since v2.44
98116
-----------------

0 commit comments

Comments
 (0)