author | Jeff King <peff@peff.net> | |
Tue, 23 May 2006 07:27:45 +0000 (03:27 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 23 May 2006 07:41:39 +0000 (00:41 -0700) | ||
commit | 6a1871e174fee1757713df7a3d776dd3813e7ad8 | |
tree | b00614f5671de2dc2564ea8816110ab30d74eaa7 | tree | snapshot |
parent | 443f8338b9e248353a7095a1096684f1ed106c66 | commit | diff |
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>
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 | diff | blob | history |