Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
add replay and log to the usage string of git-bisect
author
Uwe Kleine-König
<ukleinek@informatik.uni-freiburg.de>
Tue, 6 Feb 2007 17:28:32 +0000
(18:28 +0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e68989a
)
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 24160ec51c7a486d162eaaaa64a56fe46671ed49..b1c3a6b1c1af9815db473595f4eb3e9593425f10 100755
(executable)
--- 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 [<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.