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

2013-06-10 Thread Junio C Hamano
Matthieu Moy writes: > y...@ensimag.imag.fr writes: > >> To: y...@ensimag.imag.fr > > Common mistake, but you're not supposed to answer "y" when you're > prompted for an email ;-). Didn't we introduce safety against this in v1.7.12.1 and later? Is the new release taking more than 9 months to pe

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

2013-06-10 Thread Matthieu Moy
y...@ensimag.imag.fr writes: > To: y...@ensimag.imag.fr Common mistake, but you're not supposed to answer "y" when you're prompted for an email ;-). set sendemail.from to avoid this. > +test_expect_success '"Setup of environment of test"' ' Same problem as v2. > +test_expect_success '"Back to

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

2013-06-10 Thread y
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 to be commented: - Cleaning test

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

2013-06-10 Thread garciagj
El 2013-06-09 21:26, Matthieu Moy escribió: Junio C Hamano writes: Ramkumar Ramachandra writes: Jorge Juan Garcia Garcia wrote: Some people always run 'git status -s'. The configuration variable status.short allows to set it by default. Good feature. Is there a corresponding command l

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

2013-06-10 Thread garciagj
El 2013-06-08 17:25, Ramkumar Ramachandra escribió: Jorge Juan Garcia Garcia wrote: Some people always run 'git status -s'. The configuration variable status.short allows to set it by default. Good feature. @@ -1112,6 +1112,15 @@ static int git_status_config(const char *k, const char *v, voi

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

2013-06-09 Thread Matthieu Moy
Junio C Hamano writes: > Ramkumar Ramachandra writes: > >> Jorge Juan Garcia Garcia wrote: >>> Some people always run 'git status -s'. >>> The configuration variable status.short allows to set it by default. >> >> Good feature. > > Is there a corresponding command line override added to help peo

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

2013-06-09 Thread Junio C Hamano
Ramkumar Ramachandra writes: > Jorge Juan Garcia Garcia wrote: >> Some people always run 'git status -s'. >> The configuration variable status.short allows to set it by default. > > Good feature. Is there a corresponding command line override added to help people who need to defeat such a config

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

2013-06-08 Thread Ramkumar Ramachandra
Jorge Juan Garcia Garcia wrote: > Some people always run 'git status -s'. > The configuration variable status.short allows to set it by default. Good feature. > @@ -1112,6 +1112,15 @@ static int git_status_config(const char *k, const char > *v, void *cb) > s->submodule_su

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

2013-06-08 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 --- Documentation/config.txt |3 +++ builtin/commit.c |9 +