contrib/subtree: Add a test for subtree rebase that loses commits
commit5f35900849eef5d8cde864fbd06f37c475c22c0a
authorDavid A. Greene <greened@obbligato.org>
Tue, 28 Jun 2016 10:54:02 +0000 (28 05:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Jun 2016 16:21:28 +0000 (28 09:21 -0700)
tree9075c65c96c4c609c2e354766101a52ef66ebf0f
parent754884255bb580df159e58defa81cdd30b5c430c
contrib/subtree: Add a test for subtree rebase that loses commits

This test merges an external tree in as a subtree, makes some commits
on top of it and splits it back out.  In the process the added commits
are lost or the rebase aborts with an internal error.  The tests are
marked to expect failure so that we don't forget to fix it.

Signed-off-by: David A. Greene <greened@obbligato.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3427-rebase-subtree.sh [new file with mode: 0755]