summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-08 08:45:13 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-08 08:45:13 +0000
commit792c5a971b89fdaa4bb475e879996b01286f9d8f (patch)
treefe3b80fbb8f6b97d6c4052a3b46bab0d73ee71b9 /rev-list-options.txt
parent0a23522474e120e244e3082ebee15365db20367a (diff)
downloadgit-htmldocs-792c5a971b89fdaa4bb475e879996b01286f9d8f.tar.gz
Autogenerated HTML docs for v1.6.2-95-g934f7
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index 507632287..7dd237c2f 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -568,11 +568,11 @@ This outputs all the commit objects between the included and excluded
commits, ordered by their distance to the included and excluded
commits. The farthest from them is displayed first. (This is the only
one displayed by `--bisect`.)
-
++
This is useful because it makes it easy to choose a good commit to
test when you want to avoid to test some of them for some reason (they
may not compile for example).
-
++
This option can be used along with `--bisect-vars`, in this case,
after all the sorted commit objects, there will be the same text as if
`--bisect-vars` had been used alone.