Joshua Jensen <jjensen@xxxxxxxxxxxxxxxxx> writes: > gitk --all --not --glob=refs/notes/* > > does not work. I don't think --not there is a good idea because "--not" in rev-list parameter means "not reachable from the following commits". It may be useful if you made "--all --glob=!refs/notes/*" to work, though. I could picture myself buying such a change. Or just use "--branches --tags" instead, perhaps? -- 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