]> git.ipfire.org Git - thirdparty/git.git/blobdiff - log-tree.c
Merge branch 'nd/log-decorate-color-head-arrow'
[thirdparty/git.git] / log-tree.c
index d0062e6788e95620bb6e1a534661dbb70bdbb098..bfb735c84556f0c6f4d3f17dc4ed18774b8db817 100644 (file)
@@ -263,8 +263,6 @@ void format_decorations_extended(struct strbuf *sb,
 
                        if (current_and_HEAD &&
                            decoration->type == DECORATION_REF_HEAD) {
-                               strbuf_addstr(sb, color_reset);
-                               strbuf_addstr(sb, color_commit);
                                strbuf_addstr(sb, " -> ");
                                strbuf_addstr(sb, color_reset);
                                strbuf_addstr(sb, decorate_get_color(use_color, current_and_HEAD->type));