diff options
author | Paul Mackerras <paulus@samba.org> | 2006-04-23 22:47:07 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-04-23 22:47:07 +1000 |
commit | f3a2469b2583a88b84d12b1e819a177cf7d7670f (patch) | |
tree | 8ca578c06fdd2357b0a7038249674c5f8c4080c5 /gitk | |
parent | a8aaf19c419a30d335f0640ab644112ecda6dd12 (diff) | |
parent | 61e56c8823afd2c5a753a4969330ead0ba850c66 (diff) | |
download | git-f3a2469b2583a88b84d12b1e819a177cf7d7670f.tar.gz git-f3a2469b2583a88b84d12b1e819a177cf7d7670f.tar.xz |
Merge branch 'master' into new
Diffstat (limited to 'gitk')
-rwxr-xr-x | gitk | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1361,11 +1361,12 @@ proc layoutrows {row endrow last} { proc addextraid {id row} { global displayorder commitrow commitinfo - global commitidx + global commitidx commitlisted global parentlist childlist children incr commitidx lappend displayorder $id + lappend commitlisted 0 lappend parentlist {} set commitrow($id) $row readcommit $id @@ -1770,7 +1771,7 @@ proc drawcmittext {id row col rmx} { proc drawcmitrow {row} { global displayorder rowidlist global idrangedrawn iddrawn - global commitinfo commitlisted parentlist numcommits + global commitinfo parentlist numcommits if {$row >= $numcommits} return foreach id [lindex $rowidlist $row] { |