Code

git-fetch: move more code into C.
authorJunio C Hamano <junkio@cox.net>
Tue, 16 Jan 2007 09:53:29 +0000 (01:53 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 05:43:53 +0000 (21:43 -0800)
commitfbe2687eba70385dab7e3d1f5cdcdfdc11dfe0ec
tree6ff13c522e5be353d930d86d77227002026c8166
parentd4289fff870a85b1b7e55ead2a5baf98847fc72a
git-fetch: move more code into C.

This adds "native-store" subcommand to git-fetch--tool to
move a huge loop implemented in shell into C.  This shaves about
70% of the runtime to fetch and update 1000 tracking branches
with a single fetch.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-fetch--tool.c
git-fetch.sh