X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=pull.c;h=e7bf83bb035f7613d0cb57ca3254e24141608382;hb=8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc;hp=cf3ec7384160916c395e77d999cb7fe5ec16cea3;hpb=f88fcf8bab6a3dcd1255bc64f50235c745458962;p=git.git diff --git a/pull.c b/pull.c index cf3ec738..e7bf83bb 100644 --- a/pull.c +++ b/pull.c @@ -127,6 +127,7 @@ static int process(unsigned char *sha1, const char *type) { struct object *obj = lookup_object_type(sha1, type); if (has_sha1_file(sha1)) { + parse_object(sha1); /* We already have it, so we should scan it now. */ return process_object(obj); }