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 gits...@pobox.com wrote: Quentin Neill quentin.ne...@gmail.com writes: From: Quentin Neill quentin.ne...@gmail.com Complement existing --show-email option with fallback configuration variable, with tests. --- The patch itself looks very

[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 quentin.ne...@gmail.com --- Documentation/git-blame.txt | 2 ++ builtin/blame.c | 10 +++- t/t8002-blame.sh| 62

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 gits...@pobox.com wrote: Quentin Neill quentin.ne...@gmail.com 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 issues

[PATCH v2] blame: add blame.showEmail configuration

2015-05-30 Thread Quentin Neill
From: Quentin Neill quentin.ne...@gmail.com 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

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

2015-04-27 Thread Quentin Neill
:13 PM, Quentin Neill quentin.ne...@gmail.com wrote: From: Quentin Neill quentin.ne...@gmail.com 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 than

[PATCH] blame: add blame.showemail config option

2015-04-23 Thread Quentin Neill
From: Quentin Neill quentin.ne...@gmail.com 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