* [PATCH] Bisect: add "skip" to the short usage string.
@ 2007-10-29 4:31 Christian Couder
2007-10-29 4:35 ` David Symonds
0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2007-10-29 4:31 UTC (permalink / raw)
To: Junio Hamano; +Cc: git
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
git-bisect.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/git-bisect.sh b/git-bisect.sh
index 180c6c2..f2bae53 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-USAGE='[start|bad|good|next|reset|visualize|replay|log|run]'
+USAGE='[start|bad|good|next|reset|visualize|replay|log|skip|run]'
LONG_USAGE='git bisect start [<bad> [<good>...]] [--] [<pathspec>...]
reset bisect state and start bisection.
git bisect bad [<rev>]
--
1.5.3.4.1406.g1369
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Bisect: add "skip" to the short usage string.
2007-10-29 4:31 Christian Couder
@ 2007-10-29 4:35 ` David Symonds
0 siblings, 0 replies; 3+ messages in thread
From: David Symonds @ 2007-10-29 4:35 UTC (permalink / raw)
To: Christian Couder; +Cc: Junio Hamano, git
On 10/29/07, Christian Couder <chriscool@tuxfamily.org> wrote:
>
> -USAGE='[start|bad|good|next|reset|visualize|replay|log|run]'
> +USAGE='[start|bad|good|next|reset|visualize|replay|log|skip|run]'
> LONG_USAGE='git bisect start [<bad> [<good>...]] [--] [<pathspec>...]
> reset bisect state and start bisection.
"skip" should be closer to the "bad" and "good" options, since it's
most similar to them in that list.
Dave.
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] Bisect: add "skip" to the short usage string.
@ 2007-10-30 4:40 Christian Couder
0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2007-10-30 4:40 UTC (permalink / raw)
To: Junio Hamano, David Symonds; +Cc: git
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
git-bisect.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
This is an alternative patch to the previous one
with the same name.
Here I put "skip" just after "bad" and "good" as
suggested by David Symonds, both in the short and
long usage string.
diff --git a/git-bisect.sh b/git-bisect.sh
index 180c6c2..b74f44d 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -1,12 +1,14 @@
#!/bin/sh
-USAGE='[start|bad|good|next|reset|visualize|replay|log|run]'
+USAGE='[start|bad|good|skip|next|reset|visualize|replay|log|run]'
LONG_USAGE='git bisect start [<bad> [<good>...]] [--] [<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.
+git bisect skip [<rev>...]
+ mark <rev>... untestable revisions.
git bisect next
find next bisection to test and check it out.
git bisect reset [<branch>]
@@ -17,8 +19,6 @@ git bisect replay <logfile>
replay bisection log.
git bisect log
show bisect log.
-git bisect skip [<rev>...]
- mark <rev>... untestable revisions.
git bisect run <cmd>...
use <cmd>... to automatically bisect.'
--
1.5.3.4.1405.g6c7bae
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-10-30 4:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-30 4:40 [PATCH] Bisect: add "skip" to the short usage string Christian Couder
-- strict thread matches above, loose matches on Subject: below --
2007-10-29 4:31 Christian Couder
2007-10-29 4:35 ` David Symonds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).