Heya, On Tue, Aug 17, 2010 at 01:02, Joshua Jensen <jjensen@xxxxxxxxxxxxxxxxx> wrote: > I've been playing around with various 'git log' options, but I'm not finding > one that gives me the gitk --all view as if StGit were never attached to the > repository. (Speaking of StGit and apps that store metadata in branches... > it would be awesome to have a filter that knocks those branches out of ALL > views of the data.) It would be easier if StGit DTRT and stored its metadata in a stgit/ namespace. That way you could just do `gitk --branches=refs/heads/`. There's (afaik) no way to specify what refs not to show, you'd need to teach 'git rev-list' a way to ignore a ref space. You'd have to teach it how to interpret something like `git rev-list --all --not --branches=refs/heads/*.stgit`. -- Cheers, Sverre Rabbelier -- 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