From e8e0eb6bfb728685ec8d5afd924e41b18e9d928d Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Sat, 19 Apr 2014 00:50:11 +0100 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ build-aux/git-log-fix | 9 --------- modules/gitlog-to-changelog | 1 - 3 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 build-aux/git-log-fix 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