Skip to content

Commit 0bf7dd6

Browse files
committed
Update draft release notes to 2.2
1 parent 26d0587 commit 0bf7dd6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/RelNotes/2.2.0.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ UI, Workflows & Features
4444
to consume their input fully (not following this requirement used
4545
to result in intermittent errors in "git push").
4646

47+
* The pretty-format specifier "%d", which expanded to " (tagname)"
48+
for a tagged commit, gained a cousin "%D" that just gives the
49+
"tagname" without frills.
4750

4851
Performance, Internal Implementation, etc.
4952

@@ -190,3 +193,12 @@ notes for details).
190193

191194
* Use of "--verbose" option used to break "git branch --merged".
192195
(merge 12994dd jk/maint-branch-verbose-merged later to maint).
196+
197+
* Some MUAs mangled a line in a message that begins with "From " to
198+
">From " when writing to a mailbox file and feeding such an input
199+
to "git am" used to lose such a line.
200+
(merge 85de86a jk/mbox-from-line later to maint).
201+
202+
* "rev-parse --verify --quiet $name" is meant to quietly exit with a
203+
non-zero status when $name is not a valid object name, but still
204+
gave error messages in some cases.

0 commit comments

Comments
 (0)