summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-12 13:30:39 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-12 13:30:39 -0800
commitcf1a7e167c6269b751dbfefeac581ec46727223c (patch)
tree6df2a2172325f6cd2eeaca08cd779b5cb6771c1d /git-bisect.html
parent4cb1af292949215185d833a29a78049cd9511122 (diff)
downloadgit-htmldocs-cf1a7e167c6269b751dbfefeac581ec46727223c.tar.gz
Autogenerated HTML docs for v2.44.0-rc0-46-g2996f
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/git-bisect.html b/git-bisect.html
index 62ab8dbfc..32a778572 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -761,11 +761,11 @@ git-bisect(1) Manual Page
on the subcommand:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>git bisect start [--term-(new|bad)=&lt;term-new&gt; --term-(old|good)=&lt;term-old&gt;]
+<pre><code>git bisect start [--term-(bad|new)=&lt;term-new&gt; --term-(good|old)=&lt;term-old&gt;]
[--no-checkout] [--first-parent] [&lt;bad&gt; [&lt;good&gt;...]] [--] [&lt;pathspec&gt;...]
git bisect (bad|new|&lt;term-new&gt;) [&lt;rev&gt;]
git bisect (good|old|&lt;term-old&gt;) [&lt;rev&gt;...]
-git bisect terms [--term-good | --term-bad]
+git bisect terms [--term-(good|old) | --term-(bad|new)]
git bisect skip [(&lt;rev&gt;|&lt;range&gt;)...]
git bisect reset [&lt;commit&gt;]
git bisect (visualize|view)
@@ -887,8 +887,10 @@ commands to add the commits:</p></div>
<div class="content">
<pre><code>git bisect terms</code></pre>
</div></div>
-<div class="paragraph"><p>You can get just the old (respectively new) term with <code>git bisect terms
---term-old</code> or <code>git bisect terms --term-good</code>.</p></div>
+<div class="paragraph"><p>You can get just the old term with <code>git bisect terms --term-old</code>
+or <code>git bisect terms --term-good</code>; <code>git bisect terms --term-new</code>
+and <code>git bisect terms --term-bad</code> can be used to learn how to call
+the commits more recent than the sought change.</p></div>
<div class="paragraph"><p>If you would like to use your own terms instead of "bad"/"good" or
"new"/"old", you can choose any names you like (except existing bisect
subcommands like <code>reset</code>, <code>start</code>, &#8230;) by starting the
@@ -1244,7 +1246,7 @@ help</code> or <code>git bisect -h</code> to get a long usage description.</p></
<div id="footer">
<div id="footer-text">
Last updated
- 2024-01-19 16:47:36 PST
+ 2024-02-12 13:29:13 PST
</div>
</div>
</body>