From: Pádraig Brady
Date: Fri, 18 Apr 2014 23:50:11 +0000 (+0100) Subject: gitlog-to-changelog: revert inclusion of git-log-fix file X-Git-Tag: v1.0~7397 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e8e0eb6bfb728685ec8d5afd924e41b18e9d928d;p=gnulib.git gitlog-to-changelog: revert inclusion of git-log-fix file 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. --- diff --git a/ChangeLog b/ChangeLog index 51aba24ce4..428563538f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-04-18 Pádraig Brady
+
+ 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