aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgit-dch2
1 files changed, 2 insertions, 0 deletions
diff --git a/git-dch b/git-dch
index 7f762428..ec912df5 100755
--- a/git-dch
+++ b/git-dch
@@ -238,6 +238,8 @@ def parse_commit(repo, commitid, options):
if options.meta:
if git_dch == 'Ignore':
return None
+ if git_dch == 'Short':
+ msg = msg.split('\n')[0]
for bts in bugs:
closes += '(%s: %s) ' % (bts, ', '.join(bugs[bts]))
if thanks: