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 | |
| parent | gitk: Use git-rev-parse only to identify file/dir names on cmd line (diff) | |
| parent | gitk: Let git-rev-list do the argument list parsing (diff) | |
| download | git-f3a2469b2583a88b84d12b1e819a177cf7d7670f.tar.gz git-f3a2469b2583a88b84d12b1e819a177cf7d7670f.zip | |
Merge branch 'master' into new
| -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] { |
