From: Štěpán Němec Date: Fri, 8 Oct 2010 17:31:18 +0000 (+0200) Subject: Remove stray quotes in --pretty and --format documentation X-Git-Tag: v1.7.3.2~1^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=efc39d6daf6518dac346d2716bf6b1031f73aecf;p=git.git 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 Acked-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index bc1ac7749..5cc3baf48 100644 --- a/Documentation/git-shortlog.txt +++ b/Documentation/git-shortlog.txt @@ -44,7 +44,7 @@ OPTIONS --email:: Show the email address of each author. ---format[='']:: +--format[=]:: Instead of the commit subject, use some other information to describe each commit. '' can be any string accepted by the `--format` option of 'git log', such as '{asterisk} [%h] %s'. diff --git a/Documentation/pretty-options.txt b/Documentation/pretty-options.txt index 9b6f3899e..50923e2ce 100644 --- a/Documentation/pretty-options.txt +++ b/Documentation/pretty-options.txt @@ -1,5 +1,5 @@ ---pretty[='']:: ---format='':: +--pretty[=]:: +--format=:: Pretty-print the contents of the commit logs in a given format, where '' can be one of 'oneline', 'short', 'medium',