]> asedeno.scripts.mit.edu Git - git.git/blobdiff - gitk
gitweb: Add links to blobdiffs in from-file/to-file header for merges
[git.git] / gitk
diff --git a/gitk b/gitk
index a57e84cef7143839af954e2aa1fcb3d633befe41..87c3690ff3f742984ea91dcd45fb8475ae988f1e 100755 (executable)
--- a/gitk
+++ b/gitk
@@ -337,7 +337,7 @@ proc readrefs {} {
                    set tagids($name) $commit
                    lappend idtags($commit) $name
                }
-           }           
+           }
            catch {
                set tagcontents($name) [exec git cat-file tag $id]
            }