]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
log-tree.c: Use struct name_decoration's type for classifying decoration
authorNazri Ramliy <ayiehere@gmail.com>
Sat, 19 Jun 2010 01:37:34 +0000 (09:37 +0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jun 2010 04:44:17 +0000 (21:44 -0700)
commita7524128750ebf34fe0639e1e5d7abd03aff0302
tree2db253e2420e59647bb0ecaf444ae54146285f8e
parenteb3005e274d6d342cd4766598d9210995b5dca0c
log-tree.c: Use struct name_decoration's type for classifying decoration

The "tag: " prefix is no longer prepended to the name of the decoration.
It is now printed conditionally by show_decorations if the decoration
type is DECORATION_REF_TAG.

Signed-off-by: Nazri Ramliy <ayiehere@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.c