]> git.ipfire.org Git - thirdparty/git.git/commit - t/t8002-blame.sh
blame: Add option to show author email instead of name
authorKevin Ballard <kevin@sb.org>
Sat, 16 Oct 2010 06:57:51 +0000 (23:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Oct 2010 19:00:28 +0000 (12:00 -0700)
commit1b8cdce94f4fff2408f8ed26fe4fc2f187a46794
treed1406c40bc6327dea721a94113b6c841cec739f9
parent38a18873b21f6f2eebedc65aff2249fd6ec2168c
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>
Documentation/git-blame.txt
builtin/blame.c
t/annotate-tests.sh
t/t8002-blame.sh