Module: check_mk
Branch: master
Commit: f1abef23034b03e3bf3dca6068fd0c075198d2ce
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=f1abef23034b03…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Thu Jul 24 11:56:53 2014 +0200
Added werk-id to commit message
---
werk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/werk b/werk
index c002b9e..cc2db14 100755
--- a/werk
+++ b/werk
@@ -249,6 +249,8 @@ def git_commit(werk, custom_files):
if prefix:
title = "%s %s" % (prefix, title)
+ title = werk["id"] + " " + title
+
if custom_files:
files_to_commit = custom_files
default_files = [ ".werks", "ChangeLog" ]