Skip to content

Commit

Permalink
Remove stray quotes in --pretty and --format documentation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Štěpán Němec authored and Junio C Hamano committed Oct 8, 2010
1 parent 0adda93 commit efc39d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-shortlog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down
4 changes: 2 additions & 2 deletions Documentation/pretty-options.txt
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit efc39d6

Please sign in to comment.