all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Cenk Gündoğan" <mail@gundogan.net>
To: emacs-devel@gnu.org
Subject: Re: git help please: I want a git log with --author!=<name>.
Date: Mon, 03 Jun 2019 11:44:03 +0200	[thread overview]
Message-ID: <87y32j80m4.fsf@gundogan.net> (raw)
In-Reply-To: <20190603091424.GA5338@ACM>

[-- Attachment #1: Type: text/plain, Size: 1341 bytes --]

Hello Alan,

you could try --invert-grep. Does the following statement help?

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

Cheers,
Cenk

On Mon, Jun 03 2019 at 11:14 +0200, Alan Mackenzie wrote:

> 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!

--
Cenk Gündoğan

Hamburg University of Applied Sciences
Dept. of Computer Science / Internet Technologies Group
Berliner Tor 7, 20099 Hamburg, Germany
Fon: +49 40 42875 - 8426
Mail: cenk.guendogan@haw-hamburg.de
Web: https://www.inet.haw-hamburg.de/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  reply	other threads:[~2019-06-03  9:44 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 [this message]
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

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

  git send-email \
    --in-reply-to=87y32j80m4.fsf@gundogan.net \
    --to=mail@gundogan.net \
    --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 external index

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

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.