]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7508-status.sh
status: add missing blank line after list of "other" files
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Fri, 6 Sep 2013 17:43:09 +0000 (19:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Sep 2013 20:33:19 +0000 (13:33 -0700)
commit2f0f7f1ce7431a6484506c8c89d5d4648e6aefd4
tree88967f31aae1572c5865621164120909eb0199df
parent1c7969c933c08a1a9d5b6fcd728ed95930b5b5ef
status: add missing blank line after list of "other" files

List of files in other sections ("Changes to be committed", ...) end with
a blank line. It is not the case with the "Untracked files" and "Ignored
files" sections. The issue become particularly visible after the #-prefix
removal, as the last line (e.g. "nothing added to commit but untracked
files present") seems mixed with the untracked files.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7508-status.sh
wt-status.c