]> code.delx.au - gnu-emacs/commit
Move gen_origin from program to data
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jun 2015 22:40:10 +0000 (15:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 7 Jun 2015 22:41:02 +0000 (15:41 -0700)
commit90a19baa2023145d805e93875e4a158540e15990
treedbe83f79b45da67a33a8089592fbfaf2e0f18c57
parent866cda36cc2844573c24b94401157c860ed3fe6f
Move gen_origin from program to data

That way, 'make change-history' needs to change only ChangeLog.2,
instead of having to change two files.
* ChangeLog.2: Add commit info for range that this file covers.
* Makefile.in (new_commit_regexp): New macro.
(change-history-nocommit): Simplify, by putting what used to be
the gen_origin value into the data (ChangeLog.2) rather than
into the program (gitlog-to-emacslog).
* build-aux/gitlog-to-emacslog (gen_origin): Calculate from
the input file (e.g., ChangeLog.2) rather than by having a
constant in the program.  Substitute it into the output.
ChangeLog.2
Makefile.in
build-aux/gitlog-to-emacslog