aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/pretty-options.txt
diff options
context:
space:
mode:
authorŠtěpán Němec <stepan.nemec@gmail.com>2010-10-08 19:31:18 +0200
committerJunio C Hamano <gitster@pobox.com>2010-10-08 12:31:07 -0700
commitefc39d6daf6518dac346d2716bf6b1031f73aecf (patch)
tree0f744d26c119d60a4ced5792dbe46104fa8468e0 /Documentation/pretty-options.txt
parent0adda9362ab080b0994355c5a3183a896a606cc0 (diff)
downloadgit-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/pretty-options.txt')
-rw-r--r--Documentation/pretty-options.txt4
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',