From: Alan Mackenzie <acm@muc.de>
To: emacs-devel@gnu.org
Subject: git help please: I want a git log with --author!=<name>.
Date: Mon, 3 Jun 2019 09:14:24 +0000 [thread overview]
Message-ID: <20190603091424.GA5338@ACM> (raw)
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).
next reply other threads:[~2019-06-03 9:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-03 9:14 Alan Mackenzie [this message]
2019-06-03 9:44 ` git help please: I want a git log with --author!=<name> 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
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=20190603091424.GA5338@ACM \
--to=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).