All of lore.kernel.org
 help / color / mirror / Atom feed
* Bug report: --invert-grep and --author seems to be incompatible.
@ 2016-07-13 16:52 Jehan Pagès
  2016-07-13 17:04 ` Junio C Hamano
  0 siblings, 1 reply; 6+ messages in thread
From: Jehan Pagès @ 2016-07-13 16:52 UTC (permalink / raw)
  To: git

Hello,

> $ git version
> git version 2.5.5

Tested on a Fedora 23.

You can combine `git log --author=someone --grep=something` to have
all commits by "someone" where "something" can be grepped. If I want
all commits by someone where "something" is not grepped, I would
expect this command to return it:

> git log --author=someone --invert-grep --grep=something

But it does not work. Actually it looks like it just returns
everything (as though I had done a simple `git log`). So there seems
to be a problem here.
Thanks!

Jehan

-- 
ZeMarmot open animation film
http://film.zemarmot.net
Patreon: https://patreon.com/zemarmot
Tipeee: https://www.tipeee.com/zemarmot

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

end of thread, other threads:[~2016-07-13 20:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-13 16:52 Bug report: --invert-grep and --author seems to be incompatible Jehan Pagès
2016-07-13 17:04 ` Junio C Hamano
2016-07-13 17:16   ` Jehan Pagès
2016-07-13 17:37     ` Junio C Hamano
2016-07-13 20:14       ` Jehan Pagès
2016-07-13 20:33         ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.