Check another error condition in git-mv
authorJosef Weidendorfer <Josef.Weidendorfer@gmx.de>
Tue, 25 Oct 2005 12:20:45 +0000 (14:20 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 26 Oct 2005 05:50:49 +0000 (22:50 -0700)
When moving multiple files at once, it can happen that
files get the same target name, like in

git-mv a/foo b/foo destdir

Both a/foo and b/foo target destdir/foo.

Signed-off-by: Josef Weidendorfer <Josef.Weidendorfer@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found