git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Supporting "-v" option for git-log
@ 2011-05-25  9:40 Elazar Leibovich
  2011-05-25 11:05 ` Tim Mazid
  0 siblings, 1 reply; 14+ messages in thread
From: Elazar Leibovich @ 2011-05-25  9:40 UTC (permalink / raw)
  To: git

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=<pattern> # 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?


[*] x-post from here
http://stackoverflow.com/questions/5602204/how-to-invert-git-log-grep-pattern-or-how-to-show-git-logs-that-dont-match

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-05-25 20:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25  9:40 Supporting "-v" option for git-log Elazar Leibovich
2011-05-25 11:05 ` Tim Mazid
2011-05-25 11:14   ` Elazar Leibovich
2011-05-25 11:21     ` Tim Mazid
2011-05-25 11:24       ` Tim Mazid
2011-05-25 11:28       ` Elazar Leibovich
2011-05-25 11:35         ` Tim Mazid
2011-05-25 11:40           ` Elazar Leibovich
2011-05-25 13:29         ` Jeff King
2011-05-25 13:53           ` Jakub Narebski
2011-05-25 15:11             ` Jeff King
2011-05-25 16:38               ` Jakub Narebski
2011-05-25 17:32           ` Junio C Hamano
2011-05-25 20:01             ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).