Merge branch 'jc/reflog-doc'
[gitweb.git] / Documentation / RelNotes / 1.8.5.txt
index b1fc30fef4934e12f24fedc3d5a5f121e5cb7a2f..5f0b169a537d9b855372f8174495aa69a42e3df3 100644 (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
 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.