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)
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>

No differences found