build: updated git commit message template

This commit is contained in:
Eberhard Graether
2014-04-10 13:53:34 +02:00
parent 4b4c9f56d8
commit 0f0d75729d
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -2,10 +2,9 @@
<description> <description>
reviewer= review id = <id>
review url= # bug id = <id>
#bug= # fortune cookie message = <message>
#test=
# line length limit ------------------------------------------------------------ # modules: build, logic, ui, data, utility
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
ABORT="\033[31mAbort:\033[00m" ABORT="\033[31mAbort:\033[00m"
SUCCESS="\033[32mSuccess:\033[00m" SUCCESS="\033[32mSuccess:\033[00m"