Skip to content

Commit 3f05402

Browse files
chriscoolgitster
authored andcommitted
Documentation/bisect: improve on (bad|new) and (good|bad)
The following part of the description: git bisect (bad|new) [<rev>] git bisect (good|old) [<rev>...] may be a bit confusing, as a reader may wonder if instead it should be: git bisect (bad|good) [<rev>] git bisect (old|new) [<rev>...] Of course the difference between "[<rev>]" and "[<rev>...]" should hint that there is a good reason for the way it is. But we can further clarify and complete the description by adding "<term-new>" and "<term-old>" to the "bad|new" and "good|old" alternatives. Signed-off-by: Christian Couder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 06e6a74 commit 3f05402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-bisect.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ on the subcommand:
1818

1919
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
2020
[--no-checkout] [<bad> [<good>...]] [--] [<paths>...]
21-
git bisect (bad|new) [<rev>]
22-
git bisect (good|old) [<rev>...]
21+
git bisect (bad|new|<term-new>) [<rev>]
22+
git bisect (good|old|<term-old>) [<rev>...]
2323
git bisect terms [--term-good | --term-bad]
2424
git bisect skip [(<rev>|<range>)...]
2525
git bisect reset [<commit>]

0 commit comments

Comments
 (0)