Junio C Hamano wrote:
By the way "git cat-file -p" or "git verify-tag -v" might be
more pleasant to view a tag since they make the tagger timestamp
human readable.
Interesting, -p makes tagger timestamp human readable, but not author or
commiter:
$ git cat-file -p `cat .git/refs/tags/v1.4.0`
tagger Junio C Hamano [off-list ref] Sat Jun 10 12:43:37 2006 -0700
$ git cat-file -p `cat .git/refs/heads/origin`
author Johannes Schindelin [off-list ref] 1151491527 +0200
committer Junio C Hamano [off-list ref] 1151492136 -0700
Is it intended, or a bug/missing feature (git 1.4.0)?
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git