From: Jan Nieuwenhuizen <janneke@gnu.org>
Date: Mon, 30 Oct 2006 16:48:53 +0000 (+0000)
Subject: git foo2
X-Git-Tag: release/2.10.0-2~36^2
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a6c82922a05193b27d049713532a8b82c6cf8898;p=lilypond.git

git foo2
---

diff --git a/buildscripts/git-update-changelog.py b/buildscripts/git-update-changelog.py
index 15c35e9c31..fb6e01a5ae 100644
--- a/buildscripts/git-update-changelog.py
+++ b/buildscripts/git-update-changelog.py
@@ -171,7 +171,9 @@ Run this file from the CVS directory, with --git-dir
         new_log = changelog_body (c)  + new_log
         last_commit = c
 
-        final_log += self.message + '\n'
+# FIXME: correct fix?
+#        final_log += self.message + '\n'
+        final_log += log
         
         
     for (op, f) in file_adddel: