git show <tag>: show the tagger
commit56122ed87af181c88e3121795c292689ac574f01
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 18 Dec 2007 18:01:33 +0000 (18 18:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Dec 2007 22:59:11 +0000 (19 14:59 -0800)
tree60107156044225421575ddafc7fe9caf878fd337
parent540424b263d626aa762757a31ca9b4becc7fb513
git show <tag>: show the tagger

For commit objects, the Author is shown, so do the equivalent for
tag objects, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-log.c