Skip to content

Commit 21306a0

Browse files
committed
The twentieth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 93e3f9d commit 21306a0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Documentation/RelNotes/2.45.0.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ UI, Workflows & Features
8484
diagnose a pathspec element that did not match any files in certain
8585
situations, unlike "git add <pathspec>" did.
8686

87+
* The userdiff patterns for C# has been updated.
88+
8789

8890
Performance, Internal Implementation, Development Support etc.
8991

@@ -173,6 +175,16 @@ Performance, Internal Implementation, Development Support etc.
173175
under restrictive umask setting (e.g. 007), which has been
174176
corrected.
175177

178+
* Document and apply workaround for a buggy version of dash that
179+
mishandles "local var=val" construct.
180+
181+
* The codepaths that reach date_mode_from_type() have been updated to
182+
pass "struct date_mode" by value to make them thread safe.
183+
184+
* The strategy to compact multiple tables of reftables after many
185+
operations accumulate many entries has been improved to avoid
186+
accumulating too many tables uncollected.
187+
176188

177189
Fixes since v2.44
178190
-----------------
@@ -381,6 +393,15 @@ Fixes since v2.44
381393
configuration variable used to leak, which has been corrected.
382394
(merge 0e0fefb29f jc/unleak-core-excludesfile later to maint).
383395

396+
* vreportf(), which is usede by error() and friends, has been taught
397+
to give the error message printf-format string when its vsnprintf()
398+
call fails, instead of showing nothing useful to identify the
399+
nature of the error.
400+
(merge c63adab961 rs/usage-fallback-to-show-message-format later to maint).
401+
402+
* Adjust to an upcoming changes to GNU make that breaks our Makefiles.
403+
(merge 227b8fd902 tb/make-indent-conditional-with-non-spaces later to maint).
404+
384405
* Other code cleanup, docfix, build fix, etc.
385406
(merge f0e578c69c rs/use-xstrncmpz later to maint).
386407
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
@@ -408,3 +429,4 @@ Fixes since v2.44
408429
(merge 8b68b48d5c ds/typofix-core-config-doc later to maint).
409430
(merge 39bb692152 rs/imap-send-use-xsnprintf later to maint).
410431
(merge 8d320cec60 jc/t2104-style-fixes later to maint).
432+
(merge b4454d5a7b pw/t3428-cleanup later to maint).

0 commit comments

Comments
 (0)