Display the contents of a tag when the user clicks on it.
authorPaul Mackerras <paulus@samba.org>
Fri, 19 Aug 2005 13:11:39 +0000 (23:11 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 Aug 2005 13:11:39 +0000 (23:11 +1000)
commit106288cb023cff311ca499fe41b128afbdf82997
tree4df228d63936b9896a6a247d370abb98d7ce348d
parentf1d83ba34ccb4c7fa8c488a669eeaaba1adc68e0
Display the contents of a tag when the user clicks on it.

This just displays the result of git-cat-file on the tag in the
details pane.  If the tag is a "direct" tag (the tag file contains
the SHA1 ID of a commit rather than a tag), we show the tag name
and SHA1 ID.
gitk