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',