add: add a blank line at the end of pathless 'add [-u|-A]' warning
commitc9f35b8b5013c1aa5977c678b844757a1f61dd5f
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Mon, 11 Mar 2013 08:01:33 +0000 (11 09:01 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Apr 2013 18:34:18 +0000 (3 11:34 -0700)
treea2eecc8c54e6e363cc427fc4b1e6c02aaf327812
parente24afab09137d785f07e62aee8936b548436d21f
add: add a blank line at the end of pathless 'add [-u|-A]' warning

When the commands give an actual output (e.g. when ran with -v), the
output is visually mixed with the warning.

An additional blank line makes the actual output more visible.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c