author | Josef Weidendorfer <Josef.Weidendorfer@gmx.de> | |
Tue, 25 Oct 2005 12:20:45 +0000 (14:20 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 26 Oct 2005 05:50:49 +0000 (22:50 -0700) | ||
commit | 05ff5649a4fd90c3c80f507165bbaf07dc0dbe8e | |
tree | 075bfd7b6fdb3863dac4f5b8592e49f1ea900cd4 | tree | snapshot |
parent | 979e32fa1483a32faa4ec331e29b357e5eb5ef25 | commit | diff |
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>
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 | diff | blob | history |