X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=log-tree.c;h=59d63eb67e57ab55bdca6493fa8b28b0c870ff21;hb=e1c068869216c8c231c1585bbfa9fda42b4756f8;hp=5bd29e6994c92268ec576671bb8564b57d1a5c9d;hpb=c276857ee250ca1c3a36cba8358f50ba01e97917;p=git.git diff --git a/log-tree.c b/log-tree.c index 5bd29e699..59d63eb67 100644 --- a/log-tree.c +++ b/log-tree.c @@ -25,6 +25,7 @@ static int add_ref_decoration(const char *refname, const unsigned char *sha1, in struct object *obj = parse_object(sha1); if (!obj) return 0; + refname = prettify_refname(refname); add_name_decoration("", refname, obj); while (obj->type == OBJ_TAG) { obj = ((struct tag *)obj)->tagged;