From: Junio C Hamano Date: Thu, 2 Mar 2006 00:43:19 +0000 (-0800) Subject: Pretty-print tagger dates. X-Git-Tag: v1.3.0-rc1~97^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a0f15fa502d4451a1d0041a431f43ff5519536dd?hp=a0f15fa502d4451a1d0041a431f43ff5519536dd Pretty-print tagger dates. We can show commit objects with human readable dates using various --pretty options, but there was no way to do so with tags. This introduces two such ways: $ git-cat-file -p v1.2.3 shows the tag object with tagger dates in human readable format. $ git-verify-tag --verbose v1.2.3 uses it to show the contents of the tag object as well as doing GPG verification. Signed-off-by: Junio C Hamano ---