]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The tenth batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Jul 2023 17:45:39 +0000 (10:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Jul 2023 17:46:08 +0000 (10:46 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.42.0.txt

index 5c9e2a0a79b28044bc5e1bfc6f732cd6d029be69..9d8e50a5da59f89b6f4339b7a4e61272ec22e51b 100644 (file)
@@ -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).