aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/gitlog-to-changelog (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-31Require an installed gitlog_to_changelog for make dist.Werner Koch1-351/+0
* scripts/gitlog-to-changelog: Remove. * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use it. Add set -e.
2012-01-20Do not copy default merge commit log entries into the ChangeLog.Werner Koch1-1/+7
* scripts/gitlog-to-changelog: Skip merge commits.
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-0/+345
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * 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.