aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf/prepare-commit-msg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf/prepare-commit-msg')
-rwxr-xr-xcontrib/conf/prepare-commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/conf/prepare-commit-msg b/contrib/conf/prepare-commit-msg
index 8acca9e38..a95f29430 100755
--- a/contrib/conf/prepare-commit-msg
+++ b/contrib/conf/prepare-commit-msg
@@ -27,7 +27,7 @@ done
27if [ -z "$COMMIT_SOURCE" ]; 27if [ -z "$COMMIT_SOURCE" ];
28then 28then
29 hint=$(cat "$COMMIT_MSG_FILE") 29 hint=$(cat "$COMMIT_MSG_FILE")
30 echo -e "# Our commit subject format policy is:\n# <subsystem>: <description>\n# Adding 'Issue #1234'/'Fixes #1234' into the description will automatically update/resolve issue #1234 in mantis." >> "$COMMIT_MSG_FILE" 30 echo -e "# Our commit subject format policy is:\n# <subsystem>: <description>\n# Adding 'Issue #1234'/'Fixes #1234' into the description will automatically update/resolve issue #1234 in mantis." > "$COMMIT_MSG_FILE"
31 if [ $RET = 1 ]; 31 if [ $RET = 1 ];
32 then 32 then
33 echo -e "# Your commit includes staged changes that indicate an API change which requires a NEWS line." >> "$COMMIT_MSG_FILE" 33 echo -e "# Your commit includes staged changes that indicate an API change which requires a NEWS line." >> "$COMMIT_MSG_FILE"