add test cases for "git mv -k"
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 14 Jan 2009 17:03:21 +0000 (18:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2009 17:29:24 +0000 (09:29 -0800)
Add test cases for ignoring nonexisting and untracked files using the -k
option to "git mv". There is one known breakage related to multiple
untracked files specfied as consecutive arguments.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found