doc: trivial typo in git-format-patch.txt
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Giuseppe Bilotta committed
Apr 18, 2017 at 00:32 UTC
7ba1ceef95959049cb7c4d7369fa8669899ec0e6
1 file changed
+1
-1
Documentation/git-format-patch.txt
+1
-1
@@ -551,7 +551,7 @@ series A, B, C, the history would be like:
551
................................................
552
553
With `git format-patch --base=P -3 C` (or variants thereof, e.g. with
554
-`--cover-letter` of using `Z..C` instead of `-3 C` to specify the
554
+`--cover-letter` or using `Z..C` instead of `-3 C` to specify the
555
range), the base tree information block is shown at the end of the
556
first message the command outputs (either the first patch, or the
557
cover letter), like this: