Browse Source

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>
maint
Štěpán Němec 15 years ago committed by Junio C Hamano
parent
commit
efc39d6daf
  1. 2
      Documentation/git-shortlog.txt
  2. 4
      Documentation/pretty-options.txt

2
Documentation/git-shortlog.txt

@ -44,7 +44,7 @@ OPTIONS @@ -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'.

4
Documentation/pretty-options.txt

@ -1,5 +1,5 @@ @@ -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',

Loading…
Cancel
Save