X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=fetch.c;h=cf6c99490c234c5854146f8f6e72d8c615517eea;hb=e5f38ec3c5d8553413501e6141932b8ccc7aceb4;hp=e040ef97b6b7e29d9e6482ad0ebead589e86a2a2;hpb=c33d5174d692b1861e0b2f656e51b80b2b00a23c;p=git.git diff --git a/fetch.c b/fetch.c index e040ef97..cf6c9949 100644 --- a/fetch.c +++ b/fetch.c @@ -150,7 +150,8 @@ static int process(struct object *obj) if (has_sha1_file(obj->sha1)) { /* We already have it, so we should scan it now. */ obj->flags |= TO_SCAN; - } else { + } + else { if (obj->flags & COMPLETE) return 0; prefetch(obj->sha1); @@ -255,7 +256,8 @@ int pull(char *target) if (write_ref_log_details) { msg = xmalloc(strlen(write_ref_log_details) + 12); sprintf(msg, "fetch from %s", write_ref_log_details); - } else + } + else msg = NULL; ret = write_ref_sha1(lock, sha1, msg ? msg : "fetch (unknown)"); if (msg)