All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] t6039: fix broken && chain
@ 2015-03-21  7:04 Torsten Bögershausen
  2015-03-21  7:19 ` Torsten Bögershausen
  0 siblings, 1 reply; 4+ messages in thread
From: Torsten Bögershausen @ 2015-03-21  7:04 UTC (permalink / raw)
  To: git; +Cc: tboegi

Add missing %%, detected by the --chain-lint option
---
 t/t6039-merge-ignorecase.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t6039-merge-ignorecase.sh b/t/t6039-merge-ignorecase.sh
index a977653..531850d 100755
--- a/t/t6039-merge-ignorecase.sh
+++ b/t/t6039-merge-ignorecase.sh
@@ -15,7 +15,7 @@ test_expect_success 'merge with case-changing rename' '
 	>TestCase &&
 	git add TestCase &&
 	git commit -m "add TestCase" &&
-	git tag baseline
+	git tag baseline &&
 	git checkout -b with-camel &&
 	>foo &&
 	git add foo &&
-- 
2.2.0.rc1.790.ge19fcd2

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

* Re: [PATCH] t6039: fix broken && chain
  2015-03-21  7:04 [PATCH] t6039: fix broken && chain Torsten Bögershausen
@ 2015-03-21  7:19 ` Torsten Bögershausen
  2015-03-21  7:35   ` Jeff King
  2015-03-21 18:04   ` Junio C Hamano
  0 siblings, 2 replies; 4+ messages in thread
From: Torsten Bögershausen @ 2015-03-21  7:19 UTC (permalink / raw)
  To: Torsten Bögershausen, git

On 2015-03-21 08.04, Torsten Bögershausen wrote:
> Add missing %%, detected by the --chain-lint option
Oh, early morning typo, should be
Add missing &&, detected by the --chain-lint option

(I'll re-run the testsuite with the  --chain-lint in a minute,
 thanks everybody for this nice feature)

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

* Re: [PATCH] t6039: fix broken && chain
  2015-03-21  7:19 ` Torsten Bögershausen
@ 2015-03-21  7:35   ` Jeff King
  2015-03-21 18:04   ` Junio C Hamano
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff King @ 2015-03-21  7:35 UTC (permalink / raw)
  To: Torsten Bögershausen; +Cc: git

On Sat, Mar 21, 2015 at 08:19:20AM +0100, Torsten Bögershausen wrote:

> On 2015-03-21 08.04, Torsten Bögershausen wrote:
> > Add missing %%, detected by the --chain-lint option
> Oh, early morning typo, should be
> Add missing &&, detected by the --chain-lint option
> 
> (I'll re-run the testsuite with the  --chain-lint in a minute,
>  thanks everybody for this nice feature)

Yay! I'm glad to see it detecting something, and people trying it out on
platforms with different prereqs than mine.

-Peff

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

* Re: [PATCH] t6039: fix broken && chain
  2015-03-21  7:19 ` Torsten Bögershausen
  2015-03-21  7:35   ` Jeff King
@ 2015-03-21 18:04   ` Junio C Hamano
  1 sibling, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2015-03-21 18:04 UTC (permalink / raw)
  To: Torsten Bögershausen; +Cc: Jeff King, git

Torsten Bögershausen <tboegi@web.de> writes:

> On 2015-03-21 08.04, Torsten Bögershausen wrote:
>> Add missing %%, detected by the --chain-lint option
> Oh, early morning typo, should be
> Add missing &&, detected by the --chain-lint option
>
> (I'll re-run the testsuite with the  --chain-lint in a minute,
>  thanks everybody for this nice feature)

Yes, it is nice to see people helping prereq holes other people
may inevitably have.

Sign-off?

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

end of thread, other threads:[~2015-03-21 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-21  7:04 [PATCH] t6039: fix broken && chain Torsten Bögershausen
2015-03-21  7:19 ` Torsten Bögershausen
2015-03-21  7:35   ` Jeff King
2015-03-21 18:04   ` Junio C Hamano

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.