Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Display the date of a tag in a human-friendly way
[gitweb.git]
/
gitk
diff --git
a/gitk
b/gitk
index 5ba2ce6ebcb3295bffaf6a4a4be65a6a89302cc7..8d0501b48f9f295d4b1fb2757f3f19bbd99e0cc5 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-10831,7
+10831,7
@@
proc showtag {tag isnew} {
set linknum 0
if {![info exists cached_tagcontent($tag)]} {
catch {
- set cached_tagcontent($tag) [exec git cat-file
tag
$tag]
+ set cached_tagcontent($tag) [exec git cat-file
-p
$tag]
}
}
if {[info exists cached_tagcontent($tag)]} {