Jeff King <peff@xxxxxxxx> writes: > ? For "tag -l", we seem to silently ignore any arguments past the first: > > $ git tag -l 'v1.7.4.*' 'v1.7.5.*' > v1.7.4.1 > v1.7.4.2 > v1.7.4.3 > v1.7.4.4 > v1.7.4.5 > > We should at least warn and say "your second argument is being ignored" > or show the usage message. I think it is just a bug; no need for "being ignored" warning. > But perhaps it is even friendlier to accept > a list of patterns. Yes indeed; please make it so ;-) -- 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