summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-04-16 21:01:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2024-04-16 21:50:31 (GMT)
commit21306a098c3f174ad4c2a5cddb9069ee27a548b0 (patch)
tree95f4c7ce0d7c667632554e6fcbf93c203bc497c1 /Documentation
parent93e3f9df7adf56059447ca2d9b2349091f82e4de (diff)
downloadgit-21306a098c3f174ad4c2a5cddb9069ee27a548b0.zip
git-21306a098c3f174ad4c2a5cddb9069ee27a548b0.tar.gz
git-21306a098c3f174ad4c2a5cddb9069ee27a548b0.tar.bz2
The twentieth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.45.0.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt
index 039cce7..f0267cb 100644
--- a/Documentation/RelNotes/2.45.0.txt
+++ b/Documentation/RelNotes/2.45.0.txt
@@ -84,6 +84,8 @@ UI, Workflows & Features
diagnose a pathspec element that did not match any files in certain
situations, unlike "git add <pathspec>" did.
+ * The userdiff patterns for C# has been updated.
+
Performance, Internal Implementation, Development Support etc.
@@ -173,6 +175,16 @@ Performance, Internal Implementation, Development Support etc.
under restrictive umask setting (e.g. 007), which has been
corrected.
+ * Document and apply workaround for a buggy version of dash that
+ mishandles "local var=val" construct.
+
+ * The codepaths that reach date_mode_from_type() have been updated to
+ pass "struct date_mode" by value to make them thread safe.
+
+ * The strategy to compact multiple tables of reftables after many
+ operations accumulate many entries has been improved to avoid
+ accumulating too many tables uncollected.
+
Fixes since v2.44
-----------------
@@ -381,6 +393,15 @@ Fixes since v2.44
configuration variable used to leak, which has been corrected.
(merge 0e0fefb29f jc/unleak-core-excludesfile later to maint).
+ * vreportf(), which is usede by error() and friends, has been taught
+ to give the error message printf-format string when its vsnprintf()
+ call fails, instead of showing nothing useful to identify the
+ nature of the error.
+ (merge c63adab961 rs/usage-fallback-to-show-message-format later to maint).
+
+ * Adjust to an upcoming changes to GNU make that breaks our Makefiles.
+ (merge 227b8fd902 tb/make-indent-conditional-with-non-spaces later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge f0e578c69c rs/use-xstrncmpz later to maint).
(merge 83e6eb7d7a ba/credential-test-clean-fix later to maint).
@@ -408,3 +429,4 @@ Fixes since v2.44
(merge 8b68b48d5c ds/typofix-core-config-doc later to maint).
(merge 39bb692152 rs/imap-send-use-xsnprintf later to maint).
(merge 8d320cec60 jc/t2104-style-fixes later to maint).
+ (merge b4454d5a7b pw/t3428-cleanup later to maint).