Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
RelNotes: minor typofix
author
SZEDER Gábor
<szeder.dev@gmail.com>
Fri, 12 Jan 2018 10:47:36 +0000
(11:47 +0100)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 12 Jan 2018 18:40:42 +0000
(10:40 -0800)
Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.16.0.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
c6c75c9
)
diff --git
a/Documentation/RelNotes/2.16.0.txt
b/Documentation/RelNotes/2.16.0.txt
index 0c8464492e47ee96b4ba8dc4c1d7aa198065dbcf..919f3eb3ea66f4620d8b6dbf92cab25d45c50ecb 100644
(file)
--- 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 a
n
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.