Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index f872f14f65eb0647eff42695c8e9829f2a42b961..9919b03b2d601a74639553e8e61baef04ffd7cd9 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-119,7
+119,7
@@
static int verify_tag(const char *name, const char *ref,
return -1;
if (format->format)
- pretty_print_ref(name, oid
->hash
, format);
+ pretty_print_ref(name, oid, format);
return 0;
}