aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/commit-header')
-rw-r--r--templates/commit-header6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/commit-header b/templates/commit-header
index 5b99e7a..867e624 100644
--- a/templates/commit-header
+++ b/templates/commit-header
@@ -2,11 +2,11 @@
pushd @@REPODIR@@ > /dev/null
if [ "@@NEWKEYWORD@@" = "@@ARCH@@" ]; then
- DESCR="@@ARCH@@ stable"
+ DESCR="Stabilize @@ARCH@@"
else
- DESCR="@@ARCH@@ keyworded"
+ DESCR="Keyword @@ARCH@@"
fi
if [ -n "@@BUG@@" ]; then
- DESCR="${DESCR} (bug #@@BUG@@)"
+ DESCR="${DESCR}, #@@BUG@@"
fi