On Wed, Apr 21, 2010 at 9:54 AM, Eric Wong <normalperson@xxxxxxxx> wrote: > Michael Olson <mwolson@xxxxxxx> wrote: >> ^refs/remotes/((tags/)?old/myorg|old/bad_branch|old/unlabeled[^/]*|tags/(old/bad_tag|releases/another_tag))$ > > I wonder if both would be better as a series of globs would be > easier to read (maybe more verbose to write): > > ignoreRefs = refs/remotes/tags/old/myorg > ignoreRefs = refs/remotes/old/myorg > ignoreRefs = refs/remotes/old/unlabeled/* That does look cleaner, and kind of reminiscent of .gitignore. -- Michael Olson | http://mwolson.org/ -- 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