Re: [PATCH v2] log: teach --invert-grep option

2015-01-13 Thread Junio C Hamano
Christoph Junghans writes: > "git log --grep=" shows only commits with messages that > match the given string, but sometimes it is useful to be able to > show only commits that do *not* have certain messages (e.g. "show > me ones that are not FIXUP commits"). > > Originally, we had the invert-gre

[PATCH v2] log: teach --invert-grep option

2015-01-12 Thread Christoph Junghans
"git log --grep=" shows only commits with messages that match the given string, but sometimes it is useful to be able to show only commits that do *not* have certain messages (e.g. "show me ones that are not FIXUP commits"). Originally, we had the invert-grep flag in grep_opt, but because "git gre