diff options
author | Quentin Neill <quentin.neill@gmail.com> | 2015-05-31 14:27:37 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-01 15:50:43 -0700 |
commit | 8b504db309c3b08e8ba7bd425a5fa29c29d8a4d5 (patch) | |
tree | 0ac3f5e8ae26e4aa23a1baff4db057fb8c6d12d7 /Documentation | |
parent | 3d4a3ffe64162b45ae7c991fc60623ecb4678cfd (diff) | |
download | git-8b504db309c3b08e8ba7bd425a5fa29c29d8a4d5.tar.gz git-8b504db309c3b08e8ba7bd425a5fa29c29d8a4d5.tar.xz |
blame: add blame.showEmail configuration
Complement existing --show-email option with fallback
configuration variable, with tests.
Signed-off-by: Quentin Neill <quentin.neill@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-blame.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-blame.txt b/Documentation/git-blame.txt index 9f23a861c..e6e947c80 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 |