author | Junio C Hamano <junkio@cox.net> | |
Tue, 16 Jan 2007 09:53:29 +0000 (01:53 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Feb 2007 05:43:53 +0000 (21:43 -0800) | ||
commit | fbe2687eba70385dab7e3d1f5cdcdfdc11dfe0ec | |
tree | 6ff13c522e5be353d930d86d77227002026c8166 | tree | snapshot |
parent | d4289fff870a85b1b7e55ead2a5baf98847fc72a | commit | diff |
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>
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 | diff | blob | history | |
git-fetch.sh | diff | blob | history |