summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-03 14:56:30 -0700
committerJunio C Hamano <gitster@pobox.com>2014-04-03 14:56:30 -0700
commit624dd4c072be7e13e57519eb729f35089386fec9 (patch)
tree107e36de542a1c0ce6572d33a272726692a9553e /rev-list-options.txt
parent90acbd7f147a3b8ad6f490b0f94d7932ddff0d8a (diff)
downloadgit-htmldocs-624dd4c072be7e13e57519eb729f35089386fec9.tar.gz
Autogenerated HTML docs for v1.9.1-474-g82edd
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 9a3da3646..b8139610b 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -758,6 +758,13 @@ This enables parent rewriting, see 'History Simplification' below.
This implies the `--topo-order` option by default, but the
`--date-order` option may also be specified.
+--show-linear-break[=<barrier>]::
+ When --graph is not used, all history branches are flattened
+ which can make it hard to see that the two consecutive commits
+ do not belong to a linear branch. This option puts a barrier
+ in between them in that case. If `<barrier>` is specified, it
+ is the string that will be shown instead of the default one.
+
ifdef::git-rev-list[]
--count::
Print a number stating how many commits would have been