summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-15 14:57:08 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-15 14:57:08 +0900
commitb72f60303287a25c0a0305120b203276faca07fa (patch)
tree266b78e12ffe9ea48891de6b57c53660ecd00482 /git-bisect.html
parent3a9c034734bf5aa3e3b139e72a6b0b96ddf0b3e9 (diff)
downloadgit-htmldocs-b72f60303287a25c0a0305120b203276faca07fa.tar.gz
Autogenerated HTML docs for v2.15.0-276-g89ea79
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/git-bisect.html b/git-bisect.html
index c093a9537..92d600ac6 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -767,7 +767,7 @@ git bisect (good|old|&lt;term-old&gt;) [&lt;rev&gt;...]
git bisect terms [--term-good | --term-bad]
git bisect skip [(&lt;rev&gt;|&lt;range&gt;)...]
git bisect reset [&lt;commit&gt;]
-git bisect visualize
+git bisect (visualize|view)
git bisect replay &lt;logfile&gt;
git bisect log
git bisect run &lt;cmd&gt;...
@@ -911,20 +911,20 @@ performance regression, you might use</p></div>
of <code>git bisect good</code> and <code>git bisect bad</code> to mark commits.</p></div>
</div>
<div class="sect2">
-<h3 id="_bisect_visualize">Bisect visualize</h3>
+<h3 id="_bisect_visualize_view">Bisect visualize/view</h3>
<div class="paragraph"><p>To see the currently remaining suspects in <em>gitk</em>, issue the following
-command during the bisection process:</p></div>
+command during the bisection process (the subcommand <code>view</code> can be used
+as an alternative to <code>visualize</code>):</p></div>
<div class="listingblock">
<div class="content">
<pre><code>$ git bisect visualize</code></pre>
</div></div>
-<div class="paragraph"><p><code>view</code> may also be used as a synonym for <code>visualize</code>.</p></div>
<div class="paragraph"><p>If the <code>DISPLAY</code> environment variable is not set, <em>git log</em> is used
instead. You can also give command-line options such as <code>-p</code> and
<code>--stat</code>.</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>$ git bisect view --stat</code></pre>
+<pre><code>$ git bisect visualize --stat</code></pre>
</div></div>
</div>
<div class="sect2">
@@ -1227,7 +1227,7 @@ help</code> or <code>git bisect -h</code> to get a long usage description.</p></
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-04-17 16:27:49 JST
+Last updated 2017-11-15 14:56:49 JST
</div>
</div>
</body>