Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: Update Swedish translation (2210t0f0u)
[gitweb.git]
/
log-tree.c
diff --git
a/log-tree.c
b/log-tree.c
index 642faffdb7d149f162c8716eb13dd878d16baa4b..08970bf46e49f6447ada24e81e5792ea9f92f419 100644
(file)
--- a/
log-tree.c
+++ b/
log-tree.c
@@
-134,6
+134,8
@@
static int add_ref_decoration(const char *refname, const unsigned char *sha1, in
obj = ((struct tag *)obj)->tagged;
if (!obj)
break;
+ if (!obj->parsed)
+ parse_object(obj->sha1);
add_name_decoration(DECORATION_REF_TAG, refname, obj);
}
return 0;