Jeff King [off-list ref] 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/