emacs-devel
[Top][All Lists]
Advanced

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

Re: April 7 cutover for generating ChangeLog automatically


From: Stefan Monnier
Subject: Re: April 7 cutover for generating ChangeLog automatically
Date: Tue, 31 Mar 2015 22:21:44 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> Can't we just use "Author: Joe <joe>, Jane <jane>" ?
> In my experiment, Git seems to ignore everything that comes after the first
> '>' in the "--author" argument. E.g. subsequent 'git show HEAD' only shows
> the first author.

We could make vc-git treat

   Author: Joe <joe>, Jane <jane>

as a shorthand for

   Author: Joe <joe>
   Also-By: Jane <jane>

Or something like that,


        Stefan



reply via email to

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