Assaf Gordon reported that this would replace a project's
existing git-log-fix. This file is always going to be project
specific if it exists at all, so it's better to make it optional.
A corresponding change will be made to GNU hello to improve
usage of the git-log-fix file.
* build-aux/git-log-fix: Delete dummy file.
* modules/gitlog-to-changelog: Don't reference the project
specific git-log-fix file.
+2014-04-18 Pádraig Brady <P@draigBrady.com>
+
+ gitlog-to-changelog: revert inclusion of git-log-fix file
+ * build-aux/git-log-fix: Delete dummy file.
+ * modules/gitlog-to-changelog: Don't reference (overwrite)
+ the project specific git-log-fix file.
+
2014-04-18 Assaf Gordon <agordon@wi.mit.edu>
maint.mk: Relax the copyright check to cater for non FSF projects
+++ /dev/null
-# 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.
-
-# Here is an example, with leading "#" to comment it out:
-#
-#3a169f4c5d9159283548178668d2fae6fced3030
-## fix title:
-#s/all tile types/all file types/
Files:
build-aux/gitlog-to-changelog
-build-aux/git-log-fix
Depends-on: