summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.8.5.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-10-17 22:57:12 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-10-17 22:57:12 (GMT)
commit2141c474d0dd7cddf224780644e64bc7fa493f07 (patch)
treea40d1daf53b2d6d1329785501f276e4c4776c196 /Documentation/RelNotes/1.8.5.txt
parent046180ad9dd36f739f22b1d05b17b23b8c96ce49 (diff)
downloadgit-2141c474d0dd7cddf224780644e64bc7fa493f07.zip
git-2141c474d0dd7cddf224780644e64bc7fa493f07.tar.gz
git-2141c474d0dd7cddf224780644e64bc7fa493f07.tar.bz2
Update draft release notes to 1.8.5
Diffstat (limited to 'Documentation/RelNotes/1.8.5.txt')
-rw-r--r--Documentation/RelNotes/1.8.5.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.8.5.txt b/Documentation/RelNotes/1.8.5.txt
index b1fc30f..5f0b169 100644
--- 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.