From: Uwe Kleine-König Date: Tue, 6 Feb 2007 17:28:32 +0000 (+0100) Subject: add replay and log to the usage string of git-bisect X-Git-Tag: v1.5.0-rc4~17 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4ef40cdbe8661586053acbde34c8f89883b6f94a;p=git.git add replay and log to the usage string of git-bisect Signed-off-by: Uwe Kleine-König Signed-off-by: Junio C Hamano --- diff --git a/git-bisect.sh b/git-bisect.sh index 24160ec51..b1c3a6b1c 100755 --- a/git-bisect.sh +++ b/git-bisect.sh @@ -1,6 +1,6 @@ #!/bin/sh -USAGE='[start|bad|good|next|reset|visualize]' +USAGE='[start|bad|good|next|reset|visualize|replay|log]' LONG_USAGE='git bisect start [] reset bisect state and start bisection. git bisect bad [] mark a known-bad revision. git bisect good [...] mark ... known-good revisions.