Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1-file: convert constants to uses of the_hash_algo
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index 26d7729f57b73a36b0345141b072b840a34e0722..5d0dd112408419a0090cbe179d69c0ea709f22a7 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-118,7
+118,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;
}