Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able'
[gitweb.git]
/
revision.c
diff --git
a/revision.c
b/revision.c
index 9c67cb6026e8d39a1f72be35c030297e1ad84784..b02394530926ebe24233de5e6653e7127755675a 100644
(file)
--- a/
revision.c
+++ b/
revision.c
@@
-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));
}