X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=local-pull.c;h=b715203f6fb482cce8b00cc99c72384e42528b36;hb=46b1c7c03c3ae3bf17aa87bf9ae2f9fb38d08789;hp=29ae1663958317b612ff5f26707c16612e8b91bc;hpb=4d1f11903393bd79998144ce1089ce427a49a2ed;p=git.git diff --git a/local-pull.c b/local-pull.c index 29ae1663..b715203f 100644 --- a/local-pull.c +++ b/local-pull.c @@ -11,6 +11,10 @@ static int use_filecopy = 1; static char *path; /* "Remote" git repository */ +void prefetch(unsigned char *sha1) +{ +} + int fetch(unsigned char *sha1) { static int object_name_start = -1;