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 <junkio@xxxxxxx> Sat Jun 10 12:43:37 2006 -0700 $ git cat-file -p `cat .git/refs/heads/origin` author Johannes Schindelin <Johannes.Schindelin@xxxxxx> 1151491527 +0200 committer Junio C Hamano <junkio@xxxxxxx> 1151492136 -0700 Is it intended, or a bug/missing feature (git 1.4.0)? -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html