Junio C Hamano wrote: > Thomas Rast <trast@xxxxxxxxxxxxxxx> writes: > > > - if {![string match "*/HEAD" $name]} { > > + if {![string match "*/HEAD" $name] && !$hideremotes} { > > Hmm, I wonder if it would be more useful to extend this by using $skiprefs > pattern instead, like so: [...] > + if {$skiprefs != "" && [string match $skiprefs $name]} continue Shortly after sending the patch, I had another idea: how about an option to only show refs that were given on the command line, if any? That way 'gitk --branches' or 'gitk HEAD' would hide the whole remotes mess (and of course also all other refs in the process). I think I might be able to voodoo enough Tk to implement this. -- Thomas Rast trast@{inf,student}.ethz.ch -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html