Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch: don't overlay config with submodule-config
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index 01154ea8dcca869ed635eb433d5afe879b8e883c..b25bf8daa289d75af023fd5f14034eccdb2a9d37 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-111,7
+111,7
@@
static int verify_tag(const char *name, const char *ref,
if (fmt_pretty)
flags = GPG_VERIFY_OMIT_STATUS;
- if (gpg_verify_tag(oid
->hash
, name, flags))
+ if (gpg_verify_tag(oid, name, flags))
return -1;
if (fmt_pretty)