notes: convert internal structures to struct object_id
[gitweb.git] / revision.c
index 9c67cb6026e8d39a1f72be35c030297e1ad84784..b02394530926ebe24233de5e6653e7127755675a 100644 (file)
@@ -230,7 +230,7 @@ static struct commit *handle_commit(struct rev_info *revs,
                        die("bad tag");
                object = parse_object(&tag->tagged->oid);
                if (!object) {
-                       if (flags & UNINTERESTING)
+                       if (revs->ignore_missing_links || (flags & UNINTERESTING))
                                return NULL;
                        die("bad object %s", oid_to_hex(&tag->tagged->oid));
                }