summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-04 18:38:30 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-04 18:38:30 +0000
commit20f64da93ef6dd18600ba88b89571564f066949b (patch)
tree3f71d251ca97491cbca7acd10ac47a8b0bfc062a /git-rev-list.txt
parent4c6aa8ab8c3880539b84b60551d17e08c9096fda (diff)
downloadgit-htmldocs-20f64da93ef6dd18600ba88b89571564f066949b.tar.gz
Autogenerated HTML docs for v1.5.1-31-ge421f
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index 4f145eaba..3fa45b81c 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -26,6 +26,7 @@ SYNOPSIS
[ [\--objects | \--objects-edge] [ \--unpacked ] ]
[ \--pretty | \--header ]
[ \--bisect ]
+ [ \--bisect-vars ]
[ \--merge ]
[ \--reverse ]
[ \--walk-reflogs ]
@@ -249,6 +250,18 @@ introduces a regression is thus reduced to a binary search: repeatedly
generate and test new 'midpoint's until the commit chain is of length
one.
+--bisect-vars::
+
+This calculates the same as `--bisect`, but outputs text ready
+to be eval'ed by the shell. These lines will assign the name of
+the midpoint revision to the variable `bisect_rev`, and the
+expected number of commits to be tested after `bisect_rev` is
+tested to `bisect_nr`, the expected number of commits to be
+tested if `bisect_rev` turns out to be good to `bisect_good`,
+the expected number of commits to be tested if `bisect_rev`
+turns out to be bad to `bisect_bad`, and the number of commits
+we are bisecting right now to `bisect_all`.
+
--
Commit Ordering