File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1116,11 +1116,12 @@ proc layoutrows {row endrow last} {
1116
1116
1117
1117
proc addextraid {id row} {
1118
1118
global displayorder commitrow commitinfo
1119
- global commitidx
1119
+ global commitidx commitlisted
1120
1120
global parentlist childlist children
1121
1121
1122
1122
incr commitidx
1123
1123
lappend displayorder $id
1124
+ lappend commitlisted 0
1124
1125
lappend parentlist {}
1125
1126
set commitrow($id ) $row
1126
1127
readcommit $id
@@ -1500,7 +1501,7 @@ proc drawcmittext {id row col rmx} {
1500
1501
proc drawcmitrow {row} {
1501
1502
global displayorder rowidlist
1502
1503
global idrowranges idrangedrawn iddrawn
1503
- global commitinfo commitlisted parentlist numcommits
1504
+ global commitinfo parentlist numcommits
1504
1505
1505
1506
if {$row >= $numcommits } return
1506
1507
foreach id [lindex $rowidlist $row ] {
You can’t perform that action at this time.
0 commit comments