diff --git a/gitk b/gitk index 61771bd05..5f0654576 100755 --- a/gitk +++ b/gitk @@ -8897,6 +8897,9 @@ proc headmenu {x y id head} { set headmenuid $id set headmenuhead $head set state normal + if {[string match "remotes/*" $head]} { + set state disabled + } if {$head eq $mainhead} { set state disabled }