aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-06 09:17:27 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-06 09:26:58 +0100
commit4e82c961c18b2bf06eaf8e46b0b5d47885439dcb (patch)
tree882538c82677d32b9855f6e90b96eaf2324fa519 /gbp
parent3640569c90a3326aa8b882fa72d63ed881785de4 (diff)
git-dch: fix --id-length != 0
Git-Dch: Ignore
Diffstat (limited to 'gbp')
-rw-r--r--gbp/dch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/dch.py b/gbp/dch.py
index 8ce8f2bc..a15a6147 100644
--- a/gbp/dch.py
+++ b/gbp/dch.py
@@ -93,6 +93,7 @@ def format_changelog_entry(commit_info, options, last_commit=False):
then this entry is the last one in the series."""
entry = [commit_info['subject']]
body = commit_info['body']
+ commitid = commit_info['id']
(git_dch_cmds, body) = extract_git_dch_cmds(body, options)
if 'ignore' in git_dch_cmds:
return None