[PATCH v3] blame: add blame.showEmail configuration

2015-05-31 Thread Quentin Neill
Complement existing --show-email option with fallback configuration variable, with tests. Signed-off-by: Quentin Neill --- Documentation/git-blame.txt | 2 ++ builtin/blame.c | 10 +++- t/t8002-blame.sh| 62 + 3 files

Re: [PATCH v2] blame: add blame.showEmail configuration

2015-05-31 Thread Quentin Neill
On Sun, May 31, 2015 at 1:13 PM, Junio C Hamano wrote: > Quentin Neill writes: > >> From: Quentin Neill >> >> Complement existing --show-email option with fallback >> configuration variable, with tests. >> --- > > The patch itself looks very re

[PATCH v2] blame: add blame.showEmail configuration

2015-05-30 Thread Quentin Neill
From: Quentin Neill Complement existing --show-email option with fallback configuration variable, with tests. --- Documentation/git-blame.txt | 2 ++ builtin/blame.c | 10 +++- t/t8002-blame.sh| 62 + 3 files changed, 73

Re: [PATCH] blame: add blame.showemail config option

2015-05-30 Thread Quentin Neill
On Fri, May 29, 2015 at 2:40 PM, Junio C Hamano wrote: > > Quentin Neill writes: > > > Thanks for the thorough review! > > I have adjusted the commit messages and updated the documentation changes. > > I'm in trying to add tests, I'll probably have some is

Re: [PATCH] blame: add blame.showemail config option

2015-04-27 Thread Quentin Neill
23, 2015 at 10:13 PM, Quentin Neill > wrote: >> From: Quentin Neill > > You should drop this line. git-am will pluck your name and email > automatically from the email From: header. > >> If you prefer seeing emails in your git blame output, rather >>

[PATCH] blame: add blame.showemail config option

2015-04-23 Thread Quentin Neill
From: Quentin Neill If you prefer seeing emails in your git blame output, rather than sprinkling '-e' options everywhere you can just set the new config blame.showemail to true. --- Documentation/blame-options.txt | 5 + Documentation/git-blame.tx