diff options
author | Anand Kumria <wildfire@progsoc.org> | 2013-04-29 06:20:48 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2013-05-11 17:09:27 +1000 |
commit | 685316c419caf4f4ec2e81e607d3e3ab089e329c (patch) | |
tree | fa44cf66df75c4bf4b81ae6eae446b10caf08109 /t/t1006-cat-file.sh | |
parent | gitk: Improve behaviour of drop-down lists (diff) | |
download | tgif-685316c419caf4f4ec2e81e607d3e3ab089e329c.tar.xz |
gitk: Display the date of a tag in a human-friendly way
By selecting a tag within gitk you can display information about it.
This information is output by using the command
'git cat-file tag <tagid>'
This outputs the *raw* information from the tag, amongst which is the
time - in seconds since the epoch. As useful as that value is, I find it
a lot easier to read and process time which it is something like:
"Mon Dec 31 14:26:11 2012 -0800"
This change will modify the display of tags in gitk like so:
@@ -1,7 +1,7 @@
object 5d417842efeafb6e109db7574196901c4e95d273
type commit
tag v1.8.1
-tagger Junio C Hamano <gitster@pobox.com> 1356992771 -0800
+tagger Junio C Hamano <gitster@pobox.com> Mon Dec 31 14:26:11 2012 -0800
Git 1.8.1
-----BEGIN PGP SIGNATURE-----
Signed-off-by: Anand Kumria <wildfire@progsoc.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 't/t1006-cat-file.sh')
0 files changed, 0 insertions, 0 deletions