unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* git help please: I want a git log with --author!=<name>.
@ 2019-06-03  9:14 Alan Mackenzie
  2019-06-03  9:44 ` Cenk Gündoğan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alan Mackenzie @ 2019-06-03  9:14 UTC (permalink / raw)
  To: emacs-devel

Hello, Emacs.

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

.  Scanning the git-log manual page hasn't been helpful.  The only thing
possibly relevant is --not, but this is essentially undocumented (the
man page doesn't say what it does).  So I try:

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

, but get exactly the same output as before.  :-(

   ..... --author!=Mackenzie .....

is just a syntax error.

Now I could write an AWK script to filter the output from git log to get
what I want, but I think I really shouldn't have to.

Would somebody please tell me how to get what I want from git log, or
tell me that it can't be done.  Thanks!

-- 
Alan Mackenzie (Nuremberg, Germany).



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

end of thread, other threads:[~2019-06-07 19:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-03  9:14 git help please: I want a git log with --author!=<name> Alan Mackenzie
2019-06-03  9:44 ` Cenk Gündoğan
2019-06-03  9:54 ` Basil L. Contovounesios
2019-06-03 12:39   ` Alan Mackenzie
2019-06-07 19:05 ` Tassilo Horn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).