Add new fast-export testcases
commit25e0ca5dd61f8a4625393fa1b71e1f88c9fab754
authorElijah Newren <newren@gmail.com>
Fri, 26 Jun 2009 04:48:32 +0000 (25 22:48 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sat, 27 Jun 2009 21:10:10 +0000 (27 14:10 -0700)
treeb5575e260569d608c4d02fb694f529258c7ae68b
parent2d8ad46919213ebbd7bb72eb5b56cca8cc3ae07f
Add new fast-export testcases

The testcases test the new --tag-of-filtered-object option, the output
when limiting what to export by path, and test behavior when no
exact-ref revision is included (e.g. master~8 present on command line
but not master).

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9301-fast-export.sh