Add a testcase for "git mv -f" on untracked files.
commitc8ba6b1b199bf00f227e8fdad4adb5a2147c8160
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Wed, 4 Feb 2009 09:32:07 +0000 (4 10:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Feb 2009 19:04:56 +0000 (4 11:04 -0800)
tree2615dd6bb79ce82ba35c7f8aeef83388c62c1f3f
parent720ec6b870ba913affd0f6c01d5a61b9b2c5aadb
Add a testcase for "git mv -f" on untracked files.

This currently fails with:
git: builtin-mv.c:217: cmd_mv: Assertion `pos >= 0' failed.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7001-mv.sh