emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: git help please: I want a git log with --author!=<name>.


From: Alan Mackenzie
Subject: Re: git help please: I want a git log with --author!=<name>.
Date: Mon, 3 Jun 2019 12:39:52 +0000
User-agent: Mutt/1.10.1 (2018-07-13)

Hello, Basil.

On Mon, Jun 03, 2019 at 10:54:31 +0100, Basil L. Contovounesios wrote:
> Alan Mackenzie <address@hidden> writes:

> > I would like to get a git log of all commits to cc-*.el which weren't
> > made by me.  A kind of negative of:

> >     git log --author=Mackenzie -- lisp/progmodes/cc-*.el

[ .... ]

> It seems to be possible with --invert-grep[1]:

>   git log --author=Mackenzie --invert-grep -- lisp/progmodes/cc-*.el

Thanks, that does indeed work!  :-)

> [1]: https://stackoverflow.com/q/6889830/3084001

> -- 
> Basil

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]