Code

add replay and log to the usage string of git-bisect
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Tue, 6 Feb 2007 17:28:32 +0000 (18:28 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 6 Feb 2007 21:58:03 +0000 (13:58 -0800)
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-bisect.sh

index 24160ec51c7a486d162eaaaa64a56fe46671ed49..b1c3a6b1c1af9815db473595f4eb3e9593425f10 100755 (executable)
@@ -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 [<pathspec>]      reset bisect state and start bisection.
 git bisect bad [<rev>]         mark <rev> a known-bad revision.
 git bisect good [<rev>...]     mark <rev>... known-good revisions.