The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jul 14, 2023 at 10:45 UTC
830b4a04c45bf0a6db26defe02ed1f490acd18ee
1 file changed
+10
Documentation/RelNotes/2.42.0.txt
+10
index 5c9e2a0a79..9d8e50a5da 100644
--- a/Documentation/RelNotes/2.42.0.txt
+++ b/Documentation/RelNotes/2.42.0.txt
@@ -19,6 +19,9 @@ UI, Workflows & Features
* 'git notes append' was taught '--separator' to specify string to insert
between paragraphs.
+ * The "git for-each-ref" family of commands learned placeholders
+ related to GPG signature verification.
+
Performance, Internal Implementation, Development Support etc.
@@ -47,6 +50,9 @@ Performance, Internal Implementation, Development Support etc.
* Move functions that are not about pure string manipulation out of
strbuf.[ch]
+ * "imap-send" codepaths got cleaned up to get rid of unused
+ parameters.
+
Fixes since v2.41
-----------------
@@ -156,6 +162,10 @@ Fixes since v2.41
on-disk index file, which have been corrected.
(merge 2ee045eea1 js/empty-index-fixes later to maint).
+ * "git bugreport" tests did not test what it wanted to test, which
+ has been corrected.
+ (merge 1aa92b8500 ma/t0091-fixup later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).