git-svnimport.perl: fix for 'arg list too long...'
authorSasha Khapyorsky <sashak@voltaire.com>
Wed, 1 Feb 2006 15:53:31 +0000 (17:53 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Feb 2006 22:23:47 +0000 (14:23 -0800)
commitd9e2e12700e403ae5fc11193dd6e91546abd5809
tree9d1a9aadd2377fa9542d15e97ca4c7ecf3060bf7
parentcb754fdf5a742a5479458da84d8f92bce2434ed5
git-svnimport.perl: fix for 'arg list too long...'

This fixes 'arg list too long..' problem with git-ls-files.

Note that second arg list separation loop (with 'git-update-index') is
needed since git-ls-files arguments can be directories.

Signed-off-by: Sasha Khapyorsky <sashak@voltaire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl