RelNotes: minor typofix

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
SZEDER Gábor
2018-01-12 11:47:36 +01:00
committed by Junio C Hamano
parent c6c75c93aa
commit 0c37383f2e

View File

@ -341,7 +341,7 @@ Fixes since v2.15
* Command line completion (in contrib/) has been taught about the * Command line completion (in contrib/) has been taught about the
"--copy" option of "git branch". "--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 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 to be in the log message of one of the replayed changes. This has
been corrected. been corrected.