From 7ba1ceef95959049cb7c4d7369fa8669899ec0e6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Tue, 18 Apr 2017 00:32:53 +0200 Subject: [PATCH] doc: trivial typo in git-format-patch.txt Signed-off-by: Giuseppe Bilotta Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- Documentation/git-format-patch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-format-patch.txt b/Documentation/git-format-patch.txt index bdeecd59e0..9c5f8327cd 100644 --- a/Documentation/git-format-patch.txt +++ b/Documentation/git-format-patch.txt @@ -551,7 +551,7 @@ series A, B, C, the history would be like: ................................................ With `git format-patch --base=P -3 C` (or variants thereof, e.g. with -`--cover-letter` of using `Z..C` instead of `-3 C` to specify the +`--cover-letter` or using `Z..C` instead of `-3 C` to specify the range), the base tree information block is shown at the end of the first message the command outputs (either the first patch, or the cover letter), like this: -- 2.39.2