зеркало из https://github.com/microsoft/git.git
wt-status: remove extraneous newline from 'deleted:' output
This was accidentally introduced during the fixes to avoid putting newlines inside of colorized output. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
b982592d66
Коммит
db830b4f23
|
@ -78,7 +78,7 @@ static void wt_status_print_filepair(int t, struct diff_filepair *p)
|
|||
p->one->path, p->two->path);
|
||||
break;
|
||||
case DIFF_STATUS_DELETED:
|
||||
color_printf_ln(c, "deleted: %s", p->one->path); break;
|
||||
color_printf(c, "deleted: %s", p->one->path); break;
|
||||
case DIFF_STATUS_MODIFIED:
|
||||
color_printf(c, "modified: %s", p->one->path); break;
|
||||
case DIFF_STATUS_RENAMED:
|
||||
|
|
Загрузка…
Ссылка в новой задаче