]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
cvsimport: use git-update-index --index-info
authorJeff King <peff@peff.net>
Tue, 23 May 2006 07:27:45 +0000 (03:27 -0400)
committerJunio C Hamano <junkio@cox.net>
Tue, 23 May 2006 07:41:39 +0000 (00:41 -0700)
commit6a1871e174fee1757713df7a3d776dd3813e7ad8
treeb00614f5671de2dc2564ea8816110ab30d74eaa7
parent443f8338b9e248353a7095a1096684f1ed106c66
cvsimport: use git-update-index --index-info

This should reduce the number of git-update-index forks required per
commit. We now do adds/removes in one call, and we are no longer forced to
deal with argv limitations.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl