Skip to content

Commit 6028f5f

Browse files
alipman88gitster
authored andcommitted
bisect: add first-parent option to documentation
Ensure that the [--first-parent] option is listed in the output of "git bisect -h". Signed-off-by: Aaron Lipman <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ad464a4 commit 6028f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-bisect.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|
44
LONG_USAGE='git bisect help
55
print this long help message.
66
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
7-
[--no-checkout] [<bad> [<good>...]] [--] [<pathspec>...]
7+
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
88
reset bisect state and start bisection.
99
git bisect (bad|new) [<rev>]
1010
mark <rev> a known-bad revision/

0 commit comments

Comments
 (0)