diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-10-21 16:26:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-10-21 16:26:42 -0700 |
commit | f7bff60de95951d2c82601350cb3771b347e83ee (patch) | |
tree | 5c0e747a86d4990b4e5b7176cec670de620dabe8 /Documentation/pretty-options.txt | |
parent | Merge branch 'mg/fix-build-remote-helpers' into maint (diff) | |
parent | Fix {update,checkout}-index usage strings (diff) | |
download | tgif-f7bff60de95951d2c82601350cb3771b347e83ee.tar.xz |
Merge branch 'sn/doc-opt-notation' into maint
* sn/doc-opt-notation:
Fix {update,checkout}-index usage strings
Put a space between `<' and argument in pack-objects usage string
Remove stray quotes in --pretty and --format documentation
Use parentheses and `...' where appropriate
Fix odd markup in --diff-filter documentation
Use angles for placeholders consistently
Diffstat (limited to 'Documentation/pretty-options.txt')
-rw-r--r-- | Documentation/pretty-options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/pretty-options.txt b/Documentation/pretty-options.txt index 9b6f3899ec..50923e2ce9 100644 --- a/Documentation/pretty-options.txt +++ b/Documentation/pretty-options.txt @@ -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', |