projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82cd3c
)
fixed variable declaration in gitk
author
Michael
<barra_cuda@katamail.com>
Thu, 3 Aug 2006 15:42:44 +0000
(17:42 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 3 Aug 2006 20:21:07 +0000
(13:21 -0700)
Signed-off-by: Michael <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitk
patch
|
blob
|
history
diff --git
a/gitk
b/gitk
index ba4644f450215682d7465ada26878d626f72fa00..5acaadf495f16d2515ca406fe68b212228b7024f 100755
(executable)
--- a/
gitk
+++ b/
gitk
@@
-4901,7
+4901,7
@@
proc domktag {} {
proc redrawtags {id} {
global canv linehtag commitrow idpos selectedline curview
- global mainfont
+ global mainfont
canvxmax
if {![info exists commitrow($curview,$id)]} return
drawcmitrow $commitrow($curview,$id)