Re: [PATCH v5 7/7] replace: add test for --graft with signed commit

2014-07-03 Thread Christian Couder
On Wed, Jul 2, 2014 at 11:22 PM, Junio C Hamano wrote: > Christian Couder writes: > >> >> +test_expect_success GPG 'set up a signed commit' ' >> + echo "line 17" >> hello && >> + echo "line 18" >> hello && > > Style? Yeah, I will change it to: echo "line 17" >>hello && echo "l

Re: [PATCH v5 7/7] replace: add test for --graft with signed commit

2014-07-02 Thread Junio C Hamano
Christian Couder writes: > Signed-off-by: Christian Couder > --- > t/t6050-replace.sh | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh > index ca45a84..80b85e3 100755 > --- a/t/t6050-replace.sh > +++ b/t/t6050-replace.sh >