diff options
author | Michael <barra_cuda@katamail.com> | 2006-08-03 17:42:44 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-03 13:21:07 -0700 |
commit | 47781bf7793205cfb7b8ce89b9c3627ecf5480fc (patch) | |
tree | 532b060a1d78bccbce61d2b50890df1258321fa5 /gitk | |
parent | Fix "git diff blob1 blob2" showing the diff in reverse. (diff) | |
download | tgif-47781bf7793205cfb7b8ce89b9c3627ecf5480fc.tar.xz |
fixed variable declaration in gitk
Signed-off-by: Michael <barra_cuda@katamail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitk')
-rwxr-xr-x | gitk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |