diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-31 13:32:10 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-31 13:32:10 -0800 |
commit | 2ae236247374c7b78aaa892430162eb1eb6da606 (patch) | |
tree | c564c3bcfe8fc7412e1d987bbc732052e7fbc140 | |
parent | Merge branch 'jk/grep-e-could-be-extended-beyond-posix' into maint (diff) | |
parent | Documentation/bisect: improve on (bad|new) and (good|bad) (diff) | |
download | tgif-2ae236247374c7b78aaa892430162eb1eb6da606.tar.xz |
Merge branch 'ad/bisect-terms' into maint
Documentation fix.
* ad/bisect-terms:
Documentation/bisect: improve on (bad|new) and (good|bad)
-rw-r--r-- | Documentation/git-bisect.txt | 4 |
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>] |