submodule: convert check_for_new_submodule_commits to object_id
[gitweb.git] / builtin / tag.c
index e5e2c6a446261f5e4543ae0ead0cbadb8ed7c6cb..ad29be692384454ffd2f35f134d49c227ae1a67b 100644 (file)
@@ -97,7 +97,7 @@ static int for_each_tag_name(const char **argv, each_tag_name_fn fn,
 static int delete_tag(const char *name, const char *ref,
                      const unsigned char *sha1, const void *cb_data)
 {
-       if (delete_ref(ref, sha1, 0))
+       if (delete_ref(NULL, ref, sha1, 0))
                return 1;
        printf(_("Deleted tag '%s' (was %s)\n"), name, find_unique_abbrev(sha1, DEFAULT_ABBREV));
        return 0;