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
44
44
to consume their input fully (not following this requirement used
45
45
to result in intermittent errors in "git push").
46
46
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.
47
50
48
51
Performance, Internal Implementation, etc.
49
52
@@ -190,3 +193,12 @@ notes for details).
190
193
191
194
* Use of "--verbose" option used to break "git branch --merged".
192
195
(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