We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac8fec7 + 88189dd commit d7cedceCopy full SHA for d7cedce
gitk
@@ -10294,7 +10294,9 @@ proc refill_reflist {} {
10294
if {![string match "remotes/*" $n] && [string match $reflistfilter $n]} {
10295
if {[commitinview $headids($n) $curview]} {
10296
lappend localrefs [list $n H]
10297
- if {[info exists upstreamofref($n)] && [commitinview $headids($upstreamofref($n)) $curview]} {
+ if {[info exists upstreamofref($n)] && \
10298
+ [info exists headids($upstreamofref($n))] && \
10299
+ [commitinview $headids($upstreamofref($n)) $curview]} {
10300
lappend trackedremoterefs [list $upstreamofref($n) R]
10301
}
10302
} else {
0 commit comments