blob: allow lookup_blob to handle arbitrary repositories
[gitweb.git] / tag.c
diff --git a/tag.c b/tag.c
index 4971fd4dfc92e664b8ea3a6d65e99f25cccaccd7..fbb4659325ba2027f64360c5b46fa921adb8f944 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -64,7 +64,7 @@ int gpg_verify_tag(const struct object_id *oid, const char *name_to_report,
        return ret;
 }
 
-struct object *deref_tag(struct object *o, const char *warn, int warnlen)
+struct object *deref_tag_the_repository(struct object *o, const char *warn, int warnlen)
 {
        while (o && o->type == OBJ_TAG)
                if (((struct tag *)o)->tagged)