Update draft release notes to 1.8.5

This commit is contained in:
Junio C Hamano
2013-10-17 15:57:12 -07:00
parent 046180ad9d
commit 2141c474d0

View File

@ -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 track are contained in this release (see release notes to them for
details). 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 * "git shortlog" used to choke and die when there is a malformed
commit (e.g. missing authors); it now simply ignore such a commit commit (e.g. missing authors); it now simply ignore such a commit
and keeps going. and keeps going.