]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/git-update-changelog.py
git foo2
[lilypond.git] / buildscripts / git-update-changelog.py
index 15c35e9c310828a8eade54af33aac61c6e4d1a7d..fb6e01a5aea4ff3577a7e8ea094b66ceb3b62860 100644 (file)
@@ -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: