|
From: | Paul Eggert |
Subject: | Re: Generating the ChangeLog files from the commit messages |
Date: | Wed, 19 Nov 2014 19:15:06 -0800 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
Yuri Khan wrote:
…/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”.
Thanks, but that would generate duplicates in the ChangeLog files. For example, if a patch updates both lisp/Makefile.in and src/Makefile.in, it would copy the patch's change log entry to both lisp/ChangeLog and src/ChangeLog. Plus, it's not clear how to generate the "leftover" ChangeLog at the top level, which contains everything not in the subsidiary ChangeLogs.
[Prev in Thread] | Current Thread | [Next in Thread] |