summaryrefslogtreecommitdiff
path: root/git-bz
diff options
context:
space:
mode:
Diffstat (limited to 'git-bz')
-rwxr-xr-xgit-bz6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-bz b/git-bz
index 0ad6021..bba5de5 100755
--- a/git-bz
+++ b/git-bz
@@ -1659,6 +1659,12 @@ Date: %s
Subject: %s
""" % (name, email, patch.date, patch.description)
patch.data = headers + "\n\nFIXME: need commit message\n---\n" + patch.data
+ patch.data = headers + """
+
+FIXME: need commit message.
+(Please also double check the author and subject.)
+---
+"""" + patch.data
need_amend = True
else:
need_amend = False