Skip to content

Commit 830b4a0

Browse files
committed
The tenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent daa2589 commit 830b4a0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.42.0.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ UI, Workflows & Features
1919
* 'git notes append' was taught '--separator' to specify string to insert
2020
between paragraphs.
2121

22+
* The "git for-each-ref" family of commands learned placeholders
23+
related to GPG signature verification.
24+
2225

2326
Performance, Internal Implementation, Development Support etc.
2427

@@ -47,6 +50,9 @@ Performance, Internal Implementation, Development Support etc.
4750
* Move functions that are not about pure string manipulation out of
4851
strbuf.[ch]
4952

53+
* "imap-send" codepaths got cleaned up to get rid of unused
54+
parameters.
55+
5056

5157
Fixes since v2.41
5258
-----------------
@@ -156,6 +162,10 @@ Fixes since v2.41
156162
on-disk index file, which have been corrected.
157163
(merge 2ee045eea1 js/empty-index-fixes later to maint).
158164

165+
* "git bugreport" tests did not test what it wanted to test, which
166+
has been corrected.
167+
(merge 1aa92b8500 ma/t0091-fixup later to maint).
168+
159169
* Other code cleanup, docfix, build fix, etc.
160170
(merge 51f9d2e563 sa/doc-ls-remote later to maint).
161171
(merge c6d26a9dda jk/format-patch-message-id-unleak later to maint).

0 commit comments

Comments
 (0)