> Date: Wed, 25 May 2011 12:40:48 +0300 > From: elazarl@xxxxxxxxx > > I want to use git log to show all commits that do not match a given > pattern. I know I can use the following to show all commits that do > match a pattern, similar to the "grep -v" command line option: > > git log -v --grep= # results all commits that do NOT match pattern > > Is there a way invert the sense of matching? > > If not, is it OK to submit a patch? Anything to consider for this patch? I'm confused; do you want to find all the commits that do not match a pattern? Because you seem to have achieved that. If, on the other hand, you want the commits that DO match a pattern, then just leave out the "-v" option. What exactly are you trying to achieve? Tim. () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments -- 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