]> git.ipfire.org Git - thirdparty/git.git/blobdiff - log-tree.c
Merge branch 'jc/decorate-leaky-separator-color' into maint
[thirdparty/git.git] / log-tree.c
index 7f0890e4ac14348e78f7f1e305629fa745a79392..53bb52659b41c5a2fddc61af05a3a2ef90528b15 100644 (file)
@@ -195,6 +195,7 @@ void format_decorations_extended(struct strbuf *sb,
        while (decoration) {
                strbuf_addstr(sb, color_commit);
                strbuf_addstr(sb, prefix);
+               strbuf_addstr(sb, color_reset);
                strbuf_addstr(sb, decorate_get_color(use_color, decoration->type));
                if (decoration->type == DECORATION_REF_TAG)
                        strbuf_addstr(sb, "tag: ");