summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-12 08:23:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-12 08:23:17 +0000
commite79159d5498ad2b14be1b372eab269a78cfc3443 (patch)
tree2c4676854d865f5dfed2224e28db1b7ca169ac90 /git-bisect.html
parentdcc6495c1f9fcf63dde4f602c75ded45145a7237 (diff)
downloadgit-htmldocs-e79159d5498ad2b14be1b372eab269a78cfc3443.tar.gz
Autogenerated HTML docs for v1.5.5-40-g4cdda
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/git-bisect.html b/git-bisect.html
index 5df54707e..438979162 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -280,7 +280,8 @@ git-bisect(1) Manual Page
on the subcommand:</p>
<div class="literalblock">
<div class="content">
-<pre><tt>git bisect start [&lt;bad&gt; [&lt;good&gt;...]] [--] [&lt;paths&gt;...]
+<pre><tt>git bisect help
+git bisect start [&lt;bad&gt; [&lt;good&gt;...]] [--] [&lt;paths&gt;...]
git bisect bad [&lt;rev&gt;]
git bisect good [&lt;rev&gt;...]
git bisect skip [&lt;rev&gt;...]
@@ -293,6 +294,9 @@ git bisect run &lt;cmd&gt;...</tt></pre>
<p>This command uses <em>git-rev-list --bisect</em> option to help drive the
binary search process to find which change introduced a bug, given an
old "good" commit object name and a later "bad" commit object name.</p>
+<h3>Getting help</h3>
+<p>Use "git bisect" to get a short usage description, and "git bisect
+help" or "git bisect -h" to get a long usage description.</p>
<h3>Basic bisect commands: start, bad, good</h3>
<p>The way you use it is:</p>
<div class="listingblock">
@@ -453,7 +457,7 @@ know the outcome.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Jan-2008 07:50:02 UTC
+Last updated 12-Apr-2008 08:22:49 UTC
</div>
</div>
</body>