Re: [PATCH v2 3/7] Add a test for `git replace --convert-graft-file`

2018-04-20 Thread Johannes Schindelin
Hi Junio, On Fri, 20 Apr 2018, Junio C Hamano wrote: > Johannes Schindelin writes: > > > 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

Re: [PATCH v2 3/7] Add a test for `git replace --convert-graft-file`

2018-04-19 Thread Junio C Hamano
Johannes Schindelin writes: > 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. The above spreads the

[PATCH v2 3/7] Add a test for `git replace --convert-graft-file`

2018-04-19 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