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

2013-06-10 Thread Matthieu Moy
Jorge Juan Garcia Garcia writes: > +test_expect_success '"Setup of environment of test"' ' Why these double quotes inside single quotes? > +test_expect_success '"Back to environment of test by default"' ' Same. "test environment" would sound better than "environment of test" in english. > +

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

2013-06-10 Thread 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 v1: -documentation more accurate -removal of unappropriate