summaryrefslogtreecommitdiffstats
path: root/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-23 16:12:16 -0800
committerJunio C Hamano <gitster@pobox.com>2017-01-23 16:12:16 -0800
commitbcd98f41a1bf21a71ee80e4b1f381e1290909b66 (patch)
treefaa0ecb1fde3faadccff99ae4e5645e6e5193e9d /git-bisect.txt
parentdda5d0f90ca5a00a9569d110908046ae4425840e (diff)
downloadgit-htmldocs-bcd98f41a1bf21a71ee80e4b1f381e1290909b66.tar.gz
Autogenerated HTML docs for v2.11.0-485-g4e595
Diffstat (limited to 'git-bisect.txt')
-rw-r--r--git-bisect.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-bisect.txt b/git-bisect.txt
index 2bb9a577a..bdd915a66 100644
--- a/git-bisect.txt
+++ b/git-bisect.txt
@@ -18,8 +18,8 @@ on the subcommand:
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
[--no-checkout] [<bad> [<good>...]] [--] [<paths>...]
- git bisect (bad|new) [<rev>]
- git bisect (good|old) [<rev>...]
+ git bisect (bad|new|<term-new>) [<rev>]
+ git bisect (good|old|<term-old>) [<rev>...]
git bisect terms [--term-good | --term-bad]
git bisect skip [(<rev>|<range>)...]
git bisect reset [<commit>]