aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui-log.c b/ui-log.c
index 641a5b6..0a3938b 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -61,8 +61,6 @@ void show_commit_decorations(struct commit *commit)
buf[sizeof(buf) - 1] = 0;
deco = get_name_decoration(&commit->object);
- if (!deco)
- return;
html("<span class='decoration'>");
while (deco) {
if (starts_with(deco->name, "refs/heads/")) {