Browse Source

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>
maint
Giuseppe Bilotta 8 years ago committed by Junio C Hamano
parent
commit
7ba1ceef95
  1. 2
      Documentation/git-format-patch.txt

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

Loading…
Cancel
Save