]> rtime.felk.cvut.cz Git - sojka/gitk.git/blobdiff - gitk
gitk: Fix display of newly-created tags
[sojka/gitk.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 $tagobjid($tag)]
+           set tagcontents($tag) [exec git cat-file tag $tag]
        }
     }
     if {[info exists tagcontents($tag)]} {