Browse Source

add replay and log to the usage string of git-bisect

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Uwe Kleine-König 18 years ago committed by Junio C Hamano
parent
commit
4ef40cdbe8
  1. 2
      git-bisect.sh

2
git-bisect.sh

@ -1,6 +1,6 @@ @@ -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.

Loading…
Cancel
Save