From: Aaron Lipman Date: Sat, 22 Aug 2020 20:32:03 +0000 (-0400) Subject: bisect: add first-parent option to documentation X-Git-Tag: v2.29.0-rc0~114^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6028f5f661d5e701f410a8183d69f22871456ef7;p=thirdparty%2Fgit.git 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 --- 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/