From: Jan Nieuwenhuizen Date: Mon, 30 Oct 2006 16:40:00 +0000 (+0100) Subject: Untested fix for buildscripts/ git commit script. X-Git-Tag: release/2.10.0-2~38 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=57a2a2ef1c3a62ce1897c827c0fee6223d193e2e;p=lilypond.git Untested fix for buildscripts/ git commit script. --- diff --git a/buildscripts/git-update-changelog.py b/buildscripts/git-update-changelog.py index d1492cf5d8..15c35e9c31 100644 --- a/buildscripts/git-update-changelog.py +++ b/buildscripts/git-update-changelog.py @@ -100,7 +100,7 @@ def header (commit): return '%d-%02d-%02d %s <%s>\n' % (commit.date[:3] + (commit.name, commit.email)) def changelog_body (commit): - + s = '' s += ''.join ('\n* %s: ' % f for f in commit.touched_files()) s += '\n' + commit.message