Skip to content

Commit 2cef68f

Browse files
committed
Merge branch 'xy/format-patch-base'
Doc cleanup. * xy/format-patch-base: doc: trivial typo in git-format-patch.txt
2 parents 5000cd4 + 7ba1cee commit 2cef68f

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
@@ -557,7 +557,7 @@ series A, B, C, the history would be like:
557557
................................................
558558

559559
With `git format-patch --base=P -3 C` (or variants thereof, e.g. with
560-
`--cover-letter` of using `Z..C` instead of `-3 C` to specify the
560+
`--cover-letter` or using `Z..C` instead of `-3 C` to specify the
561561
range), the base tree information block is shown at the end of the
562562
first message the command outputs (either the first patch, or the
563563
cover letter), like this:

0 commit comments

Comments
 (0)