From: SZEDER Gábor Date: Fri, 12 Jan 2018 10:47:36 +0000 (+0100) Subject: RelNotes: minor typofix X-Git-Tag: v2.16.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c37383f2ecfce28f67dbc49704ab3755d41eed0;p=thirdparty%2Fgit.git RelNotes: minor typofix Signed-off-by: SZEDER Gábor Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.16.0.txt b/Documentation/RelNotes/2.16.0.txt index 0c8464492e..919f3eb3ea 100644 --- a/Documentation/RelNotes/2.16.0.txt +++ b/Documentation/RelNotes/2.16.0.txt @@ -341,7 +341,7 @@ Fixes since v2.15 * Command line completion (in contrib/) has been taught about the "--copy" option of "git branch". - * When "git rebase" prepared an mailbox of changes and fed it to "git + * When "git rebase" prepared a mailbox of changes and fed it to "git am" to replay them, it was confused when a stray "From " happened to be in the log message of one of the replayed changes. This has been corrected.