diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2010-08-05 15:08:05 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-08-05 09:49:49 -0700 |
commit | 2429e8da954e5c006425bb7d418fe29db063db21 (patch) | |
tree | bff977161d391e799ac812e9166b4721ee31d54d /Documentation | |
parent | bb89e84f95a4885dffc9562137139a3ab4f1e05c (diff) | |
download | git-2429e8da954e5c006425bb7d418fe29db063db21.tar.gz |
pretty-options.txt: match --format's documentation with implementation.
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pretty-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/pretty-options.txt b/Documentation/pretty-options.txt index d78e121c76..9b6f3899ec 100644 --- a/Documentation/pretty-options.txt +++ b/Documentation/pretty-options.txt @@ -1,5 +1,5 @@ --pretty[='<format>']:: ---format[='<format>']:: +--format='<format>':: Pretty-print the contents of the commit logs in a given format, where '<format>' can be one of 'oneline', 'short', 'medium', |