[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Generating the ChangeLog files from the commit messages
From: |
Yuri Khan |
Subject: |
Re: Generating the ChangeLog files from the commit messages |
Date: |
Thu, 20 Nov 2014 09:50:48 +0700 |
On Thu, Nov 20, 2014 at 6:15 AM, Paul Eggert <address@hidden> wrote:
> In Bug#19113 I just now proposed patches to generate the ChangeLogs
> combined. This was easier, as it's what other GNU projects do and I borrowed
> their code. If someone would like to change the generation procedure to
> tease out various subdirectories' changes, please feel free. (There's no
> rush to do this, as the procedure matters only when making a new release.)
> Other comments are welcome too.
I glanced through the gitlog-to-changelog script, and it appears to
pass all arguments after “--” to git log. git log accepts as
arguments, among other things, zero or more file or subdirectory paths
to limit the log to. To disambiguate paths from branch heads and tags,
one adds another “--” in between.
Example:
…/emacs $ gitlog-to-changelog --since=2014-11-18 -- foo -- lisp
should generate a changelog from the commits reachable from the branch
head “foo” authored on or after 2014-11-18 and touching any files in
the subdirectory “lisp”.
(I have not tried this.)
- Re: Generating the ChangeLog files from the commit messages, (continued)
- Re: Generating the ChangeLog files from the commit messages, Glenn Morris, 2014/11/18
- Re: Generating the ChangeLog files from the commit messages, Eli Zaretskii, 2014/11/18
- Re: Generating the ChangeLog files from the commit messages, Paul Eggert, 2014/11/18
- Re: Generating the ChangeLog files from the commit messages, Thien-Thi Nguyen, 2014/11/18
- Re: Generating the ChangeLog files from the commit messages, Stefan Monnier, 2014/11/18
- Re: Generating the ChangeLog files from the commit messages, Paul Eggert, 2014/11/18
- Re: Generating the ChangeLog files from the commit messages, Richard Stallman, 2014/11/19
- Re: Generating the ChangeLog files from the commit messages, Paul Eggert, 2014/11/19
- Re: Generating the ChangeLog files from the commit messages,
Yuri Khan <=
- Re: Generating the ChangeLog files from the commit messages, Paul Eggert, 2014/11/19
- Re: Generating the ChangeLog files from the commit messages, Yuri Khan, 2014/11/19
- Re: Generating the ChangeLog files from the commit messages, Paul Eggert, 2014/11/20
- Re: Generating the ChangeLog files from the commit messages, Kelvin White, 2014/11/20
- Re: Generating the ChangeLog files from the commit messages, Paul Eggert, 2014/11/21
- Re: Generating the ChangeLog files from the commit messages, Bastien, 2014/11/19
- Re: Generating the ChangeLog files from the commit messages, Lars Magne Ingebrigtsen, 2014/11/19
- Re: Generating the ChangeLog files from the commit messages, Paul Eggert, 2014/11/29
- Re: Generating the ChangeLog files from the commit messages, Jan D., 2014/11/29
- Re: Generating the ChangeLog files from the commit messages, Jorgen Schaefer, 2014/11/30