Remove stray quotes in --pretty and --format documentation
Quotes (for emphasis) are used in option explanations, not the headings. Signed-off-by: Štěpán Němec <stepnem@gmail.com> Acked-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
0adda9362a
commit
efc39d6daf
@ -44,7 +44,7 @@ OPTIONS
|
|||||||
--email::
|
--email::
|
||||||
Show the email address of each author.
|
Show the email address of each author.
|
||||||
|
|
||||||
--format[='<format>']::
|
--format[=<format>]::
|
||||||
Instead of the commit subject, use some other information to
|
Instead of the commit subject, use some other information to
|
||||||
describe each commit. '<format>' can be any string accepted
|
describe each commit. '<format>' can be any string accepted
|
||||||
by the `--format` option of 'git log', such as '{asterisk} [%h] %s'.
|
by the `--format` option of 'git log', such as '{asterisk} [%h] %s'.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--pretty[='<format>']::
|
--pretty[=<format>]::
|
||||||
--format='<format>'::
|
--format=<format>::
|
||||||
|
|
||||||
Pretty-print the contents of the commit logs in a given format,
|
Pretty-print the contents of the commit logs in a given format,
|
||||||
where '<format>' can be one of 'oneline', 'short', 'medium',
|
where '<format>' can be one of 'oneline', 'short', 'medium',
|
||||||
|
Loading…
Reference in New Issue
Block a user