1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-25 10:06:14 +02:00

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:
Štěpán Němec 2010-10-08 19:31:18 +02:00 committed by Junio C Hamano
parent 0adda9362a
commit efc39d6daf
2 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ OPTIONS
--email::
Show the email address of each author.
--format[='<format>']::
--format[=<format>]::
Instead of the commit subject, use some other information to
describe each commit. '<format>' can be any string accepted
by the `--format` option of 'git log', such as '{asterisk} [%h] %s'.

View File

@ -1,5 +1,5 @@
--pretty[='<format>']::
--format='<format>'::
--pretty[=<format>]::
--format=<format>::
Pretty-print the contents of the commit logs in a given format,
where '<format>' can be one of 'oneline', 'short', 'medium',