author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Fri, 2 Jan 2009 18:08:43 +0000 (19:08 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 5 Jan 2009 18:52:28 +0000 (10:52 -0800) | ||
commit | ea718e65fab17297a8a9dbebf63ae99096e9537a | |
tree | a54c6a11023d35817cbf23f4126d474eda1f913a | tree | snapshot |
parent | df63fbbf46c5ec855132f4c631c32b45f67b42e4 | commit | diff |
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>
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 | diff | blob | history |