summaryrefslogtreecommitdiff
path: root/t/t3427-rebase-subtree.sh
Commit message (Collapse)AuthorAgeFilesLines
* contrib/subtree: Add a test for subtree rebase that loses commitsdg/subtree-rebase-testDavid A. Greene2016-06-281-0/+119
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>