show <tag>: reuse pp_user_info() instead of duplicating code
commitea718e65fab17297a8a9dbebf63ae99096e9537a
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 2 Jan 2009 18:08:43 +0000 (2 19:08 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jan 2009 18:52:28 +0000 (5 10:52 -0800)
treea54c6a11023d35817cbf23f4126d474eda1f913a
parentdf63fbbf46c5ec855132f4c631c32b45f67b42e4
show <tag>: reuse pp_user_info() instead of duplicating code

We used to extract the tagger information "by hand" in "git show <tag>",
but the function pp_user_info() already does that.  Even better:
it respects the commit_format and date_format specified by the user.

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