Re: [PATCH v6 06/11] Add a test for `git replace --convert-graft-file`

2018-04-28 Thread Johannes Schindelin
Hi Gábor, On Sat, 28 Apr 2018, SZEDER Gábor wrote: > > diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh > > index c630aba657e..bed86a0af3d 100755 > > --- a/t/t6050-replace.sh > > +++ b/t/t6050-replace.sh > > @@ -444,4 +444,24 @@ test_expect_success GPG '--graft on a commit with a > > mergeta

Re: [PATCH v6 06/11] Add a test for `git replace --convert-graft-file`

2018-04-27 Thread SZEDER Gábor
Hallo Johannes, > diff --git a/t/t6050-replace.sh b/t/t6050-replace.sh > index c630aba657e..bed86a0af3d 100755 > --- a/t/t6050-replace.sh > +++ b/t/t6050-replace.sh > @@ -444,4 +444,24 @@ test_expect_success GPG '--graft on a commit with a > mergetag' ' Note the GPG prereq of the previous test.

[PATCH v6 06/11] Add a test for `git replace --convert-graft-file`

2018-04-27 Thread Johannes Schindelin
The proof, as the saying goes, lies in the pudding. So here is a regression test that not only demonstrates what the option is supposed to accomplish, but also demonstrates that it does accomplish it. Signed-off-by: Johannes Schindelin --- t/t6050-replace.sh | 20 1 file cha