All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add replay and log to the usage string of git-bisect
@ 2007-02-06 17:28 Uwe Kleine-König
  0 siblings, 0 replies; 2+ messages in thread
From: Uwe Kleine-König @ 2007-02-06 17:28 UTC (permalink / raw)
  To: git

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
---

I resend the patch, because in the first try, git-format-patch and mutt
got the From: header wrong.  This time it should be correct!?

 git-bisect.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-bisect.sh b/git-bisect.sh
index e8d3418..382c291 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 [<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.
-- 
1.5.0.rc2.gb4df


-- 
Uwe Kleine-König

cal 9 1752 | grep 10

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] add replay and log to the usage string of git-bisect
@ 2007-02-05 22:21 =?utf-8?q?Uwe_Kleine-K=C3=B6nig?=
  0 siblings, 0 replies; 2+ messages in thread
From: =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= @ 2007-02-05 22:21 UTC (permalink / raw)
  To: git

Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
---
 git-bisect.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git-bisect.sh b/git-bisect.sh
index e8d3418..382c291 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 [<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.
-- 
1.5.0.rc2.gb4df


-- 
Uwe Kleine-König

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-02-06 17:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-06 17:28 [PATCH] add replay and log to the usage string of git-bisect Uwe Kleine-König
  -- strict thread matches above, loose matches on Subject: below --
2007-02-05 22:21 =?utf-8?q?Uwe_Kleine-K=C3=B6nig?=

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.