From: Jan Nieuwenhuizen Date: Mon, 30 Oct 2006 16:46:33 +0000 (+0100) Subject: Another untested fix for buildscripts/ git commit script. X-Git-Tag: release/2.10.0-2~37 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7b460fedcf25266c94b0e22fe4dc465ddf0ea19d;p=lilypond.git Another untested fix for buildscripts/ git commit script. --- 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: