git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] Bisect: fix a removed variable that is still used.
@ 2007-10-17 22:52 Christian Couder
  2007-10-18  5:13 ` Shawn O. Pearce
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Couder @ 2007-10-17 22:52 UTC (permalink / raw)
  To: Junio Hamano, Shawn O. Pearce, Johannes Schindelin; +Cc: git

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
 git-bisect.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

	This is fix for something I forgot in the patch named:

	[PATCH 6/7] Bisect: factorise "bisect_{bad,good,dunno}" 
	into "bisect_state".

	I can send an updated version of the above patch if
	needed.

diff --git a/git-bisect.sh b/git-bisect.sh
index b266d17..abae9a6 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -406,7 +406,7 @@ bisect_run () {
 
       if [ $res -ne 0 ]; then
 	  echo >&2 "bisect run failed:"
-	  echo >&2 "$next_bisect exited with error code $res"
+	  echo >&2 "'bisect_state $state' exited with error code $res"
 	  exit $res
       fi
 
-- 
1.5.3.3.136.g591d1-dirty

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

* Re: [PATCH] Bisect: fix a removed variable that is still used.
  2007-10-17 22:52 [PATCH] Bisect: fix a removed variable that is still used Christian Couder
@ 2007-10-18  5:13 ` Shawn O. Pearce
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn O. Pearce @ 2007-10-18  5:13 UTC (permalink / raw)
  To: Christian Couder; +Cc: Junio Hamano, Johannes Schindelin, git

Christian Couder <chriscool@tuxfamily.org> wrote:
> 	This is fix for something I forgot in the patch named:
> 
> 	[PATCH 6/7] Bisect: factorise "bisect_{bad,good,dunno}" 
> 	into "bisect_state".
> 
> 	I can send an updated version of the above patch if
> 	needed.

Thanks.  Squashed into 6/7.
 
-- 
Shawn.

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

end of thread, other threads:[~2007-10-18  5:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-17 22:52 [PATCH] Bisect: fix a removed variable that is still used Christian Couder
2007-10-18  5:13 ` Shawn O. Pearce

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).