diff options
author | Štěpán Němec <stepan.nemec@gmail.com> | 2010-10-08 19:31:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-08 12:31:07 -0700 |
commit | efc39d6daf6518dac346d2716bf6b1031f73aecf (patch) | |
tree | 0f744d26c119d60a4ced5792dbe46104fa8468e0 /Documentation/git-shortlog.txt | |
parent | 0adda9362ab080b0994355c5a3183a896a606cc0 (diff) | |
download | git-efc39d6daf6518dac346d2716bf6b1031f73aecf.tar.gz |
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>
Diffstat (limited to 'Documentation/git-shortlog.txt')
-rw-r--r-- | Documentation/git-shortlog.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt index bc1ac77495..5cc3baf48d 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>']:: +--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'. |