diff options
author | Werner Koch <[email protected]> | 2011-12-01 09:51:36 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-12-01 10:09:02 +0000 |
commit | 2336b09779d313c1594acf6df3bd8a8486e90458 (patch) | |
tree | ebff394571ce00f0cbcee82114a516fc8a470545 /scripts/git-log-fix | |
parent | Fix pinpad input support (diff) | |
download | gnupg-2336b09779d313c1594acf6df3bd8a8486e90458.tar.gz gnupg-2336b09779d313c1594acf6df3bd8a8486e90458.zip |
Generate the ChangeLog from commit logs.
* scripts/gitlog-to-changelog: New script. Taken from gnulib.
* scripts/git-log-fix: New file.
* scripts/git-log-footer: New file.
* doc/HACKING: Describe the ChangeLog policy
* ChangeLog: New file.
* Makefile.am (EXTRA_DIST): Add new files.
(gen-ChangeLog): New.
(dist-hook): Run gen-ChangeLog.
Rename all ChangeLog files to ChangeLog-2011.
Diffstat (limited to 'scripts/git-log-fix')
-rw-r--r-- | scripts/git-log-fix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/git-log-fix b/scripts/git-log-fix new file mode 100644 index 000000000..af702fe6f --- /dev/null +++ b/scripts/git-log-fix @@ -0,0 +1,3 @@ +# This file is expected to be used via gitlog-to-changelog's --amend=FILE +# option. It specifies what changes to make to each given SHA1's commit +# log and metadata, using Perl-eval'able expressions. |