Re: [PATCH 2/2] add: add a newline at the end of pathless 'add [-u|-A]' warning

2013-04-02 Thread Matthieu Moy
Sorry for the late reply, Junio C Hamano gits...@pobox.com writes: Matthieu Moy matthieu@imag.fr writes: When the commands give an actual output (e.g. when ran with -v), the output is visually mixed with the warning. The newline makes the actual output more visible. Signed-off-by:

Re: [PATCH 2/2] add: add a newline at the end of pathless 'add [-u|-A]' warning

2013-04-02 Thread Junio C Hamano
Matthieu Moy matthieu@grenoble-inp.fr writes: I'm fine with either dropping my patch or applying it as-is (with s/newline/blank line/ in the commit message). OK; let's insert it immediately after e24afab09137 (add: make pathless 'add [-u|-A]' warning a file-global function, 2013-03-19),

Re: [PATCH 2/2] add: add a newline at the end of pathless 'add [-u|-A]' warning

2013-04-02 Thread Matthieu Moy
Junio C Hamano gits...@pobox.com writes: diff --git a/builtin/add.c b/builtin/add.c index a4028ee..db02233 100644 --- a/builtin/add.c +++ b/builtin/add.c @@ -57,7 +57,9 @@ static void warn_pathless_add(void) git add %s .\n (or git add %s .)\n

[PATCH 2/2] add: add a newline at the end of pathless 'add [-u|-A]' warning

2013-03-11 Thread Matthieu Moy
When the commands give an actual output (e.g. when ran with -v), the output is visually mixed with the warning. The newline makes the actual output more visible. Signed-off-by: Matthieu Moy matthieu@imag.fr --- builtin/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH 2/2] add: add a newline at the end of pathless 'add [-u|-A]' warning

2013-03-11 Thread Junio C Hamano
Matthieu Moy matthieu@imag.fr writes: When the commands give an actual output (e.g. when ran with -v), the output is visually mixed with the warning. The newline makes the actual output more visible. Signed-off-by: Matthieu Moy matthieu@imag.fr --- It would have been easier to