OSDN Git Service

git-fetch: rewrite expand_ref_wildcard in C
authorJunio C Hamano <junkio@cox.net>
Tue, 16 Jan 2007 21:43:28 +0000 (13:43 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 14 Feb 2007 05:43:53 +0000 (21:43 -0800)
commit86551586da8cba6c06ac04783a656843a4e47f35
treefdc192784ed672835244a55220fb35869ec1b274
parentd1e0ef6cc89e5ef2f914c37719b9c2327e534834
git-fetch: rewrite expand_ref_wildcard in C

This does not seem to make measurable improvement when dealing
with 1000 unpacked refs, but we would need something like it
if we were to do a full rewrite in C somedaoy.

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