Module: check_mk
Branch: master
Commit: 76cb97413fc47bcd06c7d3c4d85c09a617ef8358
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=76cb97413fc47b…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Jul 25 08:21:02 2014 +0200
Formated werk ids in commit messages
---
werk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/werk b/werk
index 9f18bc5..bd43a01 100755
--- a/werk
+++ b/werk
@@ -249,7 +249,7 @@ def git_commit(werk, custom_files):
if prefix:
title = "%s %s" % (prefix, title)
- title = "%d %s" % (werk['id'], title)
+ title = "#%04d %s" % (werk['id'], title)
if custom_files:
files_to_commit = custom_files