Skip to content

Commit b9ccc5e

Browse files
committed
Merge branch 'al/bisect-first-parent'
Finishing touches. * al/bisect-first-parent: bisect: add first-parent option to documentation
2 parents cca424b + 6028f5f commit b9ccc5e

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)