Re: [PATCH v4 1/2] status: introduce status.short to enable --short by default

2013-06-11 Thread Matthieu Moy
Junio C Hamano writes: > I'll queue this patch after tweaking the test part like this. I agree your version is better, thanks. Jorge: this means if you have to edit the patch further, you'll have to start with the version in Junio's pu. But hopefully you won't have to. -- Matthieu Moy http://

Re: [PATCH v4 1/2] status: introduce status.short to enable --short by default

2013-06-11 Thread Junio C Hamano
jorge-juan.garcia-gar...@ensimag.imag.fr writes: > diff --git a/t/t7508-status.sh b/t/t7508-status.sh > index e2ffdac..3c0818b 100755 > --- a/t/t7508-status.sh > +++ b/t/t7508-status.sh > @@ -1335,4 +1335,39 @@ test_expect_failure '.git/config ignore=all suppresses > submodule summary' ' >

[PATCH v4 1/2] status: introduce status.short to enable --short by default

2013-06-11 Thread Jorge-Juan . Garcia-Garcia
From: Jorge Juan Garcia Garcia Some people always run 'git status -s'. The configuration variable status.short allows to set it by default. Signed-off-by: Jorge Juan Garcia Garcia Signed-off-by: Mathieu Lienard--Mayor Signed-off-by: Matthieu Moy --- Changes since v3: - Changes the order of t