Skip to content

Commit

Permalink
Merge branch 'ad/bisect-terms' into maint
Browse files Browse the repository at this point in the history
Documentation fix.

* ad/bisect-terms:
  Documentation/bisect: improve on (bad|new) and (good|bad)
  • Loading branch information
gitster committed Jan 31, 2017
2 parents 14beee0 + 3f05402 commit 2ae2362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-bisect.txt
Expand Up @@ -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>]
Expand Down

0 comments on commit 2ae2362

Please sign in to comment.