]> Savannah Git Hosting - gnulib.git/commitdiff
gitlog-to-changelog: revert inclusion of git-log-fix file
authorPádraig Brady <P@draigBrady.com>
Fri, 18 Apr 2014 23:50:11 +0000 (00:50 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 19 Apr 2014 11:37:33 +0000 (12:37 +0100)
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
build-aux/git-log-fix [deleted file]
modules/gitlog-to-changelog

index 51aba24ce401005dc7df25af4484ae5c284de7e3..428563538f86e62491947114d635687a411864f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
diff --git a/build-aux/git-log-fix b/build-aux/git-log-fix
deleted file mode 100644 (file)
index 1049375..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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/
index 3897c3210f1a305d916da4de3b204a6faee2a295..4b403341eee9642c87473eb53cbf831c2ffdef1b 100644 (file)
@@ -3,7 +3,6 @@ Convert git log to ChangeLog
 
 Files:
 build-aux/gitlog-to-changelog
-build-aux/git-log-fix
 
 Depends-on: