Jeff King <p...@peff.net> writes:

>   # and have 472 and 59 different commits each, respectively.
>   #
>   # Untracked files:
[...]
>   and have 472 and 59 different commits each, respectively.
>   Untracked files:

Indeed, I forgot the else branch in wt_status_print_tracking:

        if (s->display_comment_char)
                color_fprintf_ln(s->fp, color(WT_STATUS_HEADER, s), "%c",
                                 comment_line_char);
        else
                fprintf_ln(s->fp, "");

-- 
Matthieu Moy
http://www-verimag.imag.fr/~moy/
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to