aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2010-12-05 12:46:38 -0600
committerGuido Günther <agx@sigxcpu.org>2010-12-06 07:51:50 +0100
commit98b034c5ff8baadd15f20d2027b1dd4583b2f65c (patch)
tree03aa407a8b4c047f3dc93ee647989cf3300dc3be /git-dch
parent43234873fea5a1f821f3be28440bf0ccdff996f6 (diff)
Remove unused commit_msg variable from git-dch.
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Diffstat (limited to 'git-dch')
-rwxr-xr-xgit-dch1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-dch b/git-dch
index ee8d2837..1688a0af 100755
--- a/git-dch
+++ b/git-dch
@@ -490,7 +490,6 @@ def main(argv):
if add_section:
# If we end up here, then there were no commits to include,
# so we put a dummy message in the new section.
- commit_msg = "UNRELEASED"
add_changelog_section(distribution="UNRELEASED", msg="UNRELEASED",
version=version_change,
dch_options=dch_options,