author | Kevin Ballard <kevin@sb.org> | |
Sat, 16 Oct 2010 06:57:51 +0000 (23:57 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 19 Oct 2010 19:00:28 +0000 (12:00 -0700) | ||
commit | 1b8cdce94f4fff2408f8ed26fe4fc2f187a46794 | |
tree | d1406c40bc6327dea721a94113b6c841cec739f9 | tree | snapshot |
parent | 38a18873b21f6f2eebedc65aff2249fd6ec2168c | commit | diff |
blame: Add option to show author email instead of name
Add a new option -e (or --show-email) to git-blame that will display
the author's email instead of name on each line. This option works
for both git-blame and git-annotate.
Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Add a new option -e (or --show-email) to git-blame that will display
the author's email instead of name on each line. This option works
for both git-blame and git-annotate.
Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-blame.txt | diff | blob | history | |
builtin/blame.c | diff | blob | history | |
t/annotate-tests.sh | diff | blob | history | |
t/t8002-blame.sh | diff | blob | history |