]> git.ipfire.org Git - thirdparty/git.git/commit - git-mv.perl
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)
commit05ff5649a4fd90c3c80f507165bbaf07dc0dbe8e
tree075bfd7b6fdb3863dac4f5b8592e49f1ea900cd4
parent979e32fa1483a32faa4ec331e29b357e5eb5ef25
Check another error condition in git-mv

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>
git-mv.perl