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

2013-06-11 Thread Matthieu Moy
Ramkumar Ramachandra writes: > wrote: >> [...] > > Good change. > >> diff --git a/t/t7508-status.sh b/t/t7508-status.sh >> index 9a07f15..958617a 100755 >> --- a/t/t7508-status.sh >> +++ b/t/t7508-status.sh > > I expected one test. Two, at most. This is a bit overzealous. I actually had this

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

2013-06-11 Thread Ramkumar Ramachandra
wrote: > [...] Good change. > diff --git a/t/t7508-status.sh b/t/t7508-status.sh > index 9a07f15..958617a 100755 > --- a/t/t7508-status.sh > +++ b/t/t7508-status.sh I expected one test. Two, at most. This is a bit overzealous. I don't mind leaving it as it is, but as a note for the future: t

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

2013-06-10 Thread y
From: Jorge Juan Garcia Garcia Some people often run 'git status -b'. The config variable status.branch 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 Docum