summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-01 00:08:51 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-01 00:08:51 +0000
commit7d44952cc831fe14797546fa07afc857b0844d25 (patch)
tree30d2c8dfe0d9897379c3a3f472b4f21ab4822c81 /rev-list-options.txt
parent30e8106caeb8158599478faa5ec02eb955db38fa (diff)
downloadgit-htmldocs-7d44952cc831fe14797546fa07afc857b0844d25.tar.gz
Autogenerated HTML docs for v1.7.2-rc1
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 73569c073..cc562a057 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -98,6 +98,15 @@ you would get an output like this:
This implies the '--topo-order' option by default, but the
'--date-order' option may also be specified.
+ifdef::git-rev-list[]
+--count::
+ Print a number stating how many commits would have been
+ listed, and suppress all other output. When used together
+ with '--left-right', instead print the counts for left and
+ right commits, separated by a tab.
+endif::git-rev-list[]
+
+
ifndef::git-rev-list[]
Diff Formatting
~~~~~~~~~~~~~~~