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