summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-05-22 00:53:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-05-22 00:53:35 +0000
commitfeeb1be0ecb7af3956ed418f425ffd6c10bd2d9e (patch)
tree5c21c5ca9b7065c2dee0060f2db81cd58f00baf6 /rev-list-options.txt
parent0f7b5a99cef87c294a3c3591b4990ca4077b0d0a (diff)
downloadgit-htmldocs-feeb1be0ecb7af3956ed418f425ffd6c10bd2d9e.tar.gz
Autogenerated HTML docs for v1.5.5.1-357-g1af8b
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 2648a5508..ce6a1017a 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -75,6 +75,16 @@ you would get an output line this:
-xxxxxxx... 1st on a
-----------------------------------------------------------------------
+--graph::
+
+ Draw a text-based graphical representation of the commit history
+ on the left hand side of the output. This may cause extra lines
+ to be printed in between commits, in order for the graph history
+ to be drawn properly.
++
+This implies the '--topo-order' option by default, but the
+'--date-order' option may also be specified.
+
Diff Formatting
~~~~~~~~~~~~~~~