X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/8a92df033e974af6338b530a0d78d1bdb0b0f918..750f6462c9e1e20e87d2bce5ca2e7fd10e0d1ba6:/ui-log.c diff --git a/ui-log.c b/ui-log.c index 2aa12c3..6f1249b 100644 --- a/ui-log.c +++ b/ui-log.c @@ -61,6 +61,7 @@ void show_commit_decorations(struct commit *commit) buf[sizeof(buf) - 1] = 0; deco = lookup_decoration(&name_decoration, &commit->object); + html(""); while (deco) { if (!prefixcmp(deco->name, "refs/heads/")) { strncpy(buf, deco->name + 11, sizeof(buf) - 1); @@ -94,6 +95,7 @@ void show_commit_decorations(struct commit *commit) next: deco = deco->next; } + html(""); } static void print_commit(struct commit *commit, struct rev_info *revs)