Skip to content

Commit 7ba1cee

Browse files
Oblomovgitster
authored andcommitted
doc: trivial typo in git-format-patch.txt
Signed-off-by: Giuseppe Bilotta <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bb52995 commit 7ba1cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-format-patch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ series A, B, C, the history would be like:
551551
................................................
552552

553553
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
555555
range), the base tree information block is shown at the end of the
556556
first message the command outputs (either the first patch, or the
557557
cover letter), like this:

0 commit comments

Comments
 (0)