Merge branch 'master' into new
authorPaul Mackerras <paulus@samba.org>
Sun, 23 Apr 2006 12:47:07 +0000 (22:47 +1000)
committerPaul Mackerras <paulus@samba.org>
Sun, 23 Apr 2006 12:47:07 +0000 (22:47 +1000)
1  2 
gitk

diff --cc gitk
--- 1/gitk
--- 2/gitk
+++ b/gitk
@@@ -1769,8 -1484,8 +1770,8 @@@ proc drawcmittext {id row col rmx} 
  
  proc drawcmitrow {row} {
      global displayorder rowidlist
 -    global idrowranges idrangedrawn iddrawn
 +    global idrangedrawn iddrawn
-     global commitinfo commitlisted parentlist numcommits
+     global commitinfo parentlist numcommits
  
      if {$row >= $numcommits} return
      foreach id [lindex $rowidlist $row] {