add test cases for "git mv -k"
commit3772923f1429f2888074e698c36c071b864effe3
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 14 Jan 2009 17:03:21 +0000 (14 18:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Jan 2009 17:29:24 +0000 (14 09:29 -0800)
tree7fa5407e441037a590b2a53a77b61f612409595e
parent3d1d81eba29d5cfc5b214dc049b743ffbe032ef4
add test cases for "git mv -k"

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>
t/t7001-mv.sh