On Wed, May 25, 2011 at 2:05 PM, Tim Mazid <timmazid@xxxxxxxxxxx> wrote: > >> Date: Wed, 25 May 2011 12:40:48 +0300 >> From: elazarl@xxxxxxxxx >> git log -v --grep= # results all commits that do NOT match pattern >> >> Is there a way invert the sense of matching? >> > 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? Oops, let me be 100% clear about that, "git log -v --grep==<pattern_not_to_match" is NOT WORKING currently. I just presented a possible syntax. $ git --version git version 1.7.4.msysgit.0 $ git log -v --grep=Normalized commit 88c7a82aaf240ed130c64c455c294e7af04d30f8 Author: Elazar <elazarl@xxxxxxxxx> Date: Mon May 16 10:40:21 2011 +0300 Normalized Makfile so that it'll work by default. Include Makefile see, it ignores the "-v", and include only commits with "Normalized" - the ones I don't want to see. -- 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