summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-09 10:19:33 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-09 10:19:33 +0000
commit942b35ec890f6a54de52b7f6f6f067572ba11201 (patch)
treeb0db10f0375695f10527fb9ae60ecca0b5096bc2 /git-bisect.html
parent00b8b63aed8bf4125893dccb3bacec74f8a2d892 (diff)
downloadgit-htmldocs-942b35ec890f6a54de52b7f6f6f067572ba11201.tar.gz
Autogenerated HTML docs for v1.5.3.7-1141-g4eb3
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/git-bisect.html b/git-bisect.html
index 3bbb493d1..cc4baf790 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -341,7 +341,15 @@ it checks that you're not using some old bisection branch).</p>
<div class="content">
<pre><tt>$ git bisect visualize</tt></pre>
</div></div>
-<p>to see the currently remaining suspects in <tt>gitk</tt>.</p>
+<p>to see the currently remaining suspects in <tt>gitk</tt>. <tt>visualize</tt> is a bit
+too long to type and <tt>view</tt> is provided as a synonym.</p>
+<p>If <tt>DISPLAY</tt> environment variable is not set, <tt>git log</tt> is used
+instead. You can even give command line options such as <tt>-p</tt> and
+<tt>--stat</tt>.</p>
+<div class="listingblock">
+<div class="content">
+<pre><tt>$ git bisect view --stat</tt></pre>
+</div></div>
<h3>Bisect log and bisect replay</h3>
<p>The good/bad input is logged, and</p>
<div class="listingblock">
@@ -445,7 +453,7 @@ know the outcome.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 14-Nov-2007 12:11:21 UTC
+Last updated 09-Dec-2007 10:19:06 UTC
</div>
</div>
</body>