Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.8.5
author
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Oct 2013 22:57:12 +0000
(15:57 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Oct 2013 22:57:12 +0000
(15:57 -0700)
Documentation/RelNotes/1.8.5.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
046180a
)
diff --git
a/Documentation/RelNotes/1.8.5.txt
b/Documentation/RelNotes/1.8.5.txt
index b1fc30fef4934e12f24fedc3d5a5f121e5cb7a2f..5f0b169a537d9b855372f8174495aa69a42e3df3 100644
(file)
--- a/
Documentation/RelNotes/1.8.5.txt
+++ b/
Documentation/RelNotes/1.8.5.txt
@@
-236,6
+236,10
@@
Unless otherwise noted, all the fixes since v1.8.4 in the maintenance
track are contained in this release (see release notes to them for
details).
+ * "format-patch --from=<whom>" forgot to omit unnecessary in-body
+ from line, i.e. when <whom> is the same as the real author.
+ (merge 662cc30 jk/format-patch-from later to maint).
+
* "git shortlog" used to choke and die when there is a malformed
commit (e.g. missing authors); it now simply ignore such a commit
and keeps going.