File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ DESCRIPTION
1616The command takes various subcommands, and different options depending
1717on the subcommand:
1818
19- git bisect start [--term-{old,good }=<term> --term-{new,bad }=<term>]
19+ git bisect start [--term-{new,bad }=<term> --term-{old,good }=<term>]
2020 [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
2121 git bisect (bad|new|<term-new>) [<rev>]
2222 git bisect (good|old|<term-old>) [<rev>...]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ static const char * const git_bisect_helper_usage[] = {
2727 N_ ("git bisect--helper --bisect-check-and-set-terms <command> <good_term> <bad_term>" ),
2828 N_ ("git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]" ),
2929 N_ ("git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --term-new]" ),
30- N_ ("git bisect--helper --bisect-start [--term-{old,good }=<term> --term-{new,bad }=<term>]"
30+ N_ ("git bisect--helper --bisect-start [--term-{new,bad }=<term> --term-{old,good }=<term>]"
3131 " [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]" ),
3232 NULL
3333};
Original file line number Diff line number Diff line change 33USAGE=' [help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|log|run]'
44LONG_USAGE=' git bisect help
55 print this long help message.
6- git bisect start [--term-{old,good }=<term> --term-{new,bad }=<term>]
6+ git bisect start [--term-{new,bad }=<term> --term-{old,good }=<term>]
77 [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
88 reset bisect state and start bisection.
99git bisect (bad|new) [<rev>]
You can’t perform that action at this time.
0 commit comments