unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: Alan Mackenzie <acm@muc.de>
Cc: emacs-devel@gnu.org
Subject: Re: git help please: I want a git log with --author!=<name>.
Date: Mon, 03 Jun 2019 10:54:31 +0100	[thread overview]
Message-ID: <87zhmzc7u0.fsf@tcd.ie> (raw)
In-Reply-To: <20190603091424.GA5338@ACM> (Alan Mackenzie's message of "Mon, 3 Jun 2019 09:14:24 +0000")

Alan Mackenzie <acm@muc.de> 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
>
> .  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!

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

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

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

-- 
Basil



  parent reply	other threads:[~2019-06-03  9:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2019-06-03 12:39   ` Alan Mackenzie
2019-06-07 19:05 ` Tassilo Horn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhmzc7u0.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=acm@muc.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).