summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-01-31 21:32:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-01-31 21:32:10 (GMT)
commit2ae236247374c7b78aaa892430162eb1eb6da606 (patch)
treec564c3bcfe8fc7412e1d987bbc732052e7fbc140 /Documentation
parent14beee0d0de56d56a8a61e442754644e16c5ed1a (diff)
parent3f05402ac00ed6415b1df2b6823471e017817432 (diff)
downloadgit-2ae236247374c7b78aaa892430162eb1eb6da606.zip
git-2ae236247374c7b78aaa892430162eb1eb6da606.tar.gz
git-2ae236247374c7b78aaa892430162eb1eb6da606.tar.bz2
Merge branch 'ad/bisect-terms' into maint
Documentation fix. * ad/bisect-terms: Documentation/bisect: improve on (bad|new) and (good|bad)
Diffstat (limited to 'Documentation')
-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 2bb9a57..bdd915a 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>]