aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-23 15:59:22 -0800
committerJunio C Hamano <gitster@pobox.com>2017-01-23 15:59:22 -0800
commite94577039564ace7b7fb8186d170ea7350f55e4c (patch)
tree838a9c95fb923f23d25c5283ae25c1b219c7c585 /Documentation/git-bisect.txt
parent1ac244d5b20a9ea4a640e2ee80b9818f564aa237 (diff)
parent3f05402ac00ed6415b1df2b6823471e017817432 (diff)
downloadgit-e94577039564ace7b7fb8186d170ea7350f55e4c.tar.gz
Merge branch 'ad/bisect-terms'
Documentation fix. * ad/bisect-terms: Documentation/bisect: improve on (bad|new) and (good|bad)
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r--Documentation/git-bisect.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index 2bb9a577a2..bdd915a66b 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/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>]