Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitk: Fix display of newly-created tags
[gitweb.git]
/
gitk
diff --git
a/gitk
b/gitk
index 0b3e5bca736591f68a03e7260a329d575f08c8ef..de911b6e6d0fd8d7ff3217382d698d333b168da3 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-10493,7
+10493,7
@@
proc showtag {tag isnew} {
set linknum 0
if {![info exists tagcontents($tag)]} {
catch {
- set tagcontents($tag) [exec git cat-file tag $tag
objid($tag)
]
+ set tagcontents($tag) [exec git cat-file tag $tag]
}
}
if {[info exists tagcontents($tag)]} {