From 8b504db309c3b08e8ba7bd425a5fa29c29d8a4d5 Mon Sep 17 00:00:00 2001 From: Quentin Neill Date: Sun, 31 May 2015 14:27:37 -0500 Subject: blame: add blame.showEmail configuration Complement existing --show-email option with fallback configuration variable, with tests. Signed-off-by: Quentin Neill Signed-off-by: Junio C Hamano --- Documentation/git-blame.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation') diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index 9f23a861ce..e6e947c808 100644 --- a/Documentation/git-blame.txt +++ b/Documentation/git-blame.txt @@ -76,6 +76,8 @@ include::blame-options.txt[] -e:: --show-email:: Show the author email instead of author name (Default: off). + This can also be controlled via the `blame.showEmail` config + option. -w:: Ignore whitespace when comparing the parent's version and -- cgit v1.2.1