summaryrefslogtreecommitdiff
path: root/.git-log-fix
diff options
context:
space:
mode:
authorPeter Rosin <peda@lysator.liu.se>2012-02-17 09:52:07 +0100
committerPeter Rosin <peda@lysator.liu.se>2012-02-17 09:52:07 +0100
commit72b68766c275fab8917fba09f90481a96c7a05f6 (patch)
tree528be18b4ae8bdc243cfa0b23f2296be36ff748b /.git-log-fix
parentd74d525cfb421ccc8a75cfbc9cc91090a08d1f31 (diff)
downloadautomake-72b68766c275fab8917fba09f90481a96c7a05f6.tar.gz
maint: support amending the generated ChangeLog, and fix a typo
* Makefile.am (gitlog_to_changelog_options): Add support for amending the generated ChangeLog. (EXTRA_DIST): Update. * .git-log-fix: New file with things to amend to the generated ChangeLog, starting with a fix for a typo in v1.11-1963-g3b369e6 "maint: use AC_PACKAGE_BUGREPORT to avoid duplication" from yesterday.
Diffstat (limited to '.git-log-fix')
-rwxr-xr-x.git-log-fix8
1 files changed, 8 insertions, 0 deletions
diff --git a/.git-log-fix b/.git-log-fix
new file mode 100755
index 000000000..561181db4
--- /dev/null
+++ b/.git-log-fix
@@ -0,0 +1,8 @@
+# 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.
+
+3b369e6bbe0fb6d7359398935706c87dd9375cb6
+# Date: Thu Feb 16 22:29:32 2012 +0100
+# Fix a typo.
+s| bur | bug |