summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-11-10 00:08:57 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-11-10 00:08:57 +0000
commit175a1bdd87499aaaceb7c4a49a872797117ab16c (patch)
tree04a13f37f09a4ff816fb78b5cd52a6572815514a /git-bisect.html
parent08e02ae51d6a089e948282d7e69ca090f1a8dabd (diff)
downloadgit-htmldocs-175a1bdd87499aaaceb7c4a49a872797117ab16c.tar.gz
Autogenerated HTML docs for v1.6.0.4-608-ga9645
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-bisect.html b/git-bisect.html
index ae139c0dd..733c6ba45 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -339,7 +339,7 @@ git bisect replay &lt;logfile&gt;
git bisect log
git bisect run &lt;cmd&gt;...</tt></pre>
</div></div>
-<div class="para"><p>This command uses <em>git-rev-list --bisect</em> to help drive the
+<div class="para"><p>This command uses <em>git rev-list --bisect</em> 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></div>
<h3 id="_getting_help">Getting help</h3><div style="clear:left"></div>
@@ -394,7 +394,7 @@ reset the bisection state).</p></div>
</div></div>
<div class="para"><p>to see the currently remaining suspects in <em>gitk</em>. <tt>visualize</tt> is a bit
too long to type and <tt>view</tt> is provided as a synonym.</p></div>
-<div class="para"><p>If <em>DISPLAY</em> environment variable is not set, <em>git-log</em> is used
+<div class="para"><p>If <em>DISPLAY</em> environment variable is not set, <em>git log</em> is used
instead. You can even give command line options such as <tt>-p</tt> and
<tt>--stat</tt>.</p></div>
<div class="listingblock">
@@ -482,7 +482,7 @@ tweaks (e.g., s/#define DEBUG 0/#define DEBUG 1/ in a header file, or
"revision that does not have this commit needs this patch applied to
work around other problem this bisection is not interested in")
applied to the revision being tested.</p></div>
-<div class="para"><p>To cope with such a situation, after the inner <em>git-bisect</em> finds the
+<div class="para"><p>To cope with such a situation, after the inner <em>git bisect</em> finds the
next revision to test, with the "run" script, you can apply that tweak
before compiling, run the real test, and after the test decides if the
revision (possibly with the needed tweaks) passed the test, rewind the
@@ -559,7 +559,7 @@ test processes and the scripts.</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-10-31 11:28:20 UTC
+Last updated 2008-11-10 00:08:46 UTC
</div>
</div>
</body>