Eric Hanchrow <offby1@xxxxxxxxx> wrote: > You might not know -- I didn't until five minutes ago -- that you can > omit entire branches, like this: > > $ gitk --all ^refs/remotes/origin/man ^refs/remotes/origin/html > And if you do this a lot you can remember it as a shorthand: $ git config alias.seeall '! gitk --all ^refs/remotes/origin/man ^refs/remotes/origin/html' $ git seeall -- Shawn. -- 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