Merge branch 'master' into new
This commit is contained in:
commit
f3a2469b25
5
gitk
5
gitk
@ -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] {
|
||||
|
Loading…
Reference in New Issue
Block a user