On Fri, Feb 10, 2012 at 2:43 AM, Tom Grennan <tmgrennan@xxxxxxxxx> wrote: > Please see the following patch which filters the tag list of "!" prefaced > patterns. If this is deemed desirable and correct, I'll resubmit with updated > documentation and unit tests. git-branch, git-tag and git-for-each-ref are in the same family. I think it's good to that all three commands share things, like this pattern matching. About the '!' for exclusion, maybe it's better to move from fnmatch() as matching machinery to pathspec. Then when git learns negative pathspec [1], we have this feature for free. [1] http://thread.gmane.org/gmane.comp.version-control.git/189645/focus=190072 -- Duy -- 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