help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Does Richard M. Stallman still scrutinize and develop the codes of E


From: Hongyi Zhao
Subject: Re: Does Richard M. Stallman still scrutinize and develop the codes of Emacs now?
Date: Sun, 15 Aug 2021 16:41:37 +0800

On Sun, Aug 15, 2021 at 4:29 PM Stephen Berman <stephen.berman@gmx.net> wrote:
> [...]
> 'Richard M. Stallman' is too specific:

Thank you for pointing this out.

> $ git log | grep -m4 -A1 -B1 -i 'Stallman'
> Merge: 67722ab62f 5784b421ee
> Author:     Richard Stallman <rms@gnu.org>
> AuthorDate: Tue May 11 23:08:42 2021 -0400
> Commit:     Richard Stallman <rms@gnu.org>
> CommitDate: Tue May 11 23:08:42 2021 -0400
> --
> commit 67722ab62f9cd0ce81efd628d5a87b8ef350aacc
> Author:     Richard Stallman <rms@gnu.org>
> AuthorDate: Tue May 11 22:59:12 2021 -0400
> Commit:     Richard Stallman <rms@gnu.org>
> CommitDate: Tue May 11 22:59:12 2021 -0400

Or use the following method:

$ git log | grep -m4 -A1 -B1 '<rms@gnu.org>'
Merge: 67722ab62f 5784b421ee
Author: Richard Stallman <rms@gnu.org>
Date:   Tue May 11 23:08:42 2021 -0400
--
commit 67722ab62f9cd0ce81efd628d5a87b8ef350aacc
Author: Richard Stallman <rms@gnu.org>
Date:   Tue May 11 22:59:12 2021 -0400
--
commit ff6727dbbdeb44322439872fe0239bdca3ef6bce
Author: Richard Stallman <rms@gnu.org>
Date:   Tue May 11 22:56:54 2021 -0400
--
commit ec8aff1608494c22d5925b84f25ec0f2efc800e1
Author: Richard Stallman <rms@gnu.org>
Date:   Tue May 11 22:41:17 2021 -0400


Hongyi



reply via email to

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