From 6028f5f661d5e701f410a8183d69f22871456ef7 Mon Sep 17 00:00:00 2001 From: Aaron Lipman Date: Sat, 22 Aug 2020 16:32:03 -0400 Subject: [PATCH] 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 Signed-off-by: Junio C Hamano --- git-bisect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-bisect.sh b/git-bisect.sh index 8fbda2e2c7..eefc8eec88 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -4,7 +4,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay| LONG_USAGE='git bisect help print this long help message. git bisect start [--term-{old,good}= --term-{new,bad}=] - [--no-checkout] [ [...]] [--] [...] + [--no-checkout] [--first-parent] [ [...]] [--] [...] reset bisect state and start bisection. git bisect (bad|new) [] mark a known-bad revision/