git-mv is not able to handle big directories
authorAlexander Litvinov <lan@ac-sw.com>
Wed, 23 Nov 2005 10:19:41 +0000 (16:19 +0600)
committerJunio C Hamano <junkio@cox.net>
Sat, 26 Nov 2005 06:19:23 +0000 (22:19 -0800)
commitf359ae42ac102ef98d5708f1dc8b06e6af2701c1
tree196314fa7461a36f09ad1bab9b76dd190ad1925d
parentab5f86275c070331c308a133afa3a648b347c062
git-mv is not able to handle big directories

Use update-index --stdin to handle large number of files without
breaking exec() argument storage limit.

[jc: with minor cleanup from the version posted on the list]

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-mv.perl