Re: [RFC/WIP PATCH 10/11] t5544: add a test case for the new protocol

2015-05-27 Thread Jeff King
On Tue, May 26, 2015 at 03:01:14PM -0700, Stefan Beller wrote: > Signed-off-by: Stefan Beller > --- > t/t5544-fetch-2.sh | 40 > 1 file changed, 40 insertions(+) > create mode 100755 t/t5544-fetch-2.sh Obviously we are not there yet, but a fun test will

Re: [RFC/WIP PATCH 10/11] t5544: add a test case for the new protocol

2015-05-26 Thread Eric Sunshine
On Tue, May 26, 2015 at 6:01 PM, Stefan Beller wrote: > Signed-off-by: Stefan Beller > --- > diff --git a/t/t5544-fetch-2.sh b/t/t5544-fetch-2.sh > new file mode 100755 > index 000..beee46c > --- /dev/null > +++ b/t/t5544-fetch-2.sh > @@ -0,0 +1,40 @@ > +#!/bin/sh > +# > +# Copyright (c) 2015

[RFC/WIP PATCH 10/11] t5544: add a test case for the new protocol

2015-05-26 Thread Stefan Beller
Signed-off-by: Stefan Beller --- t/t5544-fetch-2.sh | 40 1 file changed, 40 insertions(+) create mode 100755 t/t5544-fetch-2.sh diff --git a/t/t5544-fetch-2.sh b/t/t5544-fetch-2.sh new file mode 100755 index 000..beee46c --- /dev/null +++ b/t/t5544-