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

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

bug#19113: Generate a ChangeLog file from commit logs


From: Paul Eggert
Subject: bug#19113: Generate a ChangeLog file from commit logs
Date: Tue, 25 Nov 2014 23:50:13 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Jan D. wrote:
Can this generation of ChangeLog handle multiple or different authors in the 
ChangeLog, i.e. generate something like these:

2013-05-07  YAMAMOTO Mitsuharu<mituharu@math.s.chiba-u.ac.jp>
             Jan Djärv<jan.h.d@swipnet.se>

         * Makefile.in (XRANDR_LIBS, XRANDR_CFLAGS, XINERAMA_LIBS)
         (XINERAMA_CFLAGS): New macros.
         (ALL_CFLAGS, LIBES): Use them.

How would a commit message look like to get this in the ChangeLog?

You put a Co-authored-by: line somewhere in the git commit message.  E.g.:

Co-authored-by: Jan Djärv <jan.h.d@swipnet.se>
* Makefile.in (XRANDR_LIBS, XRANDR_CFLAGS, XINERAMA_LIBS)
(XINERAMA_CFLAGS): New macros.
(ALL_CFLAGS, LIBES): Use them.

Also, how would a commit message look like if you wanted another author in the 
ChangeLog that is different from the one checking in?  Is it enough to set 
Author:?

Yes.





reply via email to

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