File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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
4851Performance, 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.
You can’t perform that action at this time.
0 commit comments