aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/gitlog-to-changelog (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-19build: Print a commit id in the generated ChangeLogWerner Koch1-1/+4
* build-aux/gitlog-to-changelog: Print an extra line with the commit id. Signed-off-by: Werner Koch <[email protected]>
2016-11-29build: Remove more keywords from the generated ChangeLogWerner Koch1-3/+2
* build-aux/gitlog-to-changelog (parse_amend_file): Generalize keyword removal. -- This simplified rule does now match most special keywords like Signed-off-by: GnuPG-bug-id: Fixes-commit: However it does not match the sometimes used Fixes: which should be avoided anyway. This patch helps in cases where the "--" delimiter line was not used and only keywords were given. Signed-off-by: Werner Koch <[email protected]>
2014-01-10Rename scripts/ to build-aux/Werner Koch1-0/+0
* scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.
2012-01-25Extend gitlog-to-changelog option --tear-off.Werner Koch1-4/+13
-- It is now possible to suppress git log entries from being copied to the ChangeLog by using the option --tear-off and having a "--" line as the first line in the body (like this very log entry). Note that the GnuPG master branch is the canonical source for our version of the gitlog-to-changelog script.
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-12gitlog-to-changelog: New option --tear-off.Werner Koch1-6/+12
* scripts/gitlog-to-changelog: Add option --tear-off. * Makefile.am (gen-ChangeLog): Use that option.
2011-12-07Allow comments which will not show up in the ChangeLogWerner Koch1-0/+9
* scripts/gitlog-to-changelog: Ignore lines after a "--" line. -- The first line with two dashes at the start of a line (optionally followed by white space) stops copying the commit log lines to the ChangeLog entry in "make dist". This is useful to allow adding comments to the log which are not useful in a ChangeLog.
2011-12-01Generate 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. * 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.