Add a test for `git replace --convert-graft-file`
commit0115e030db499853a77c2b92dc8c6a51552009ef
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 28 Apr 2018 22:44:42 +0000 (29 00:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Apr 2018 02:12:31 +0000 (30 11:12 +0900)
treec3ff084fc01b23b6e4670c1b70e579afdc9806e2
parentfb40429109723c0d8ec77ba81421f508ac2532a0
Add a test for `git replace --convert-graft-file`

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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6050-replace.sh