From 0f0d75729d34d4f346ea204f57239fabb92fe1cd Mon Sep 17 00:00:00 2001 From: Eberhard Graether Date: Thu, 10 Apr 2014 13:53:34 +0200 Subject: [PATCH] build: updated git commit message template --- .git_commit_template.txt | 9 ++++----- .git_pre_commit_hook.sh | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.git_commit_template.txt b/.git_commit_template.txt index 7b7d9019..786fb572 100644 --- a/.git_commit_template.txt +++ b/.git_commit_template.txt @@ -2,10 +2,9 @@ -reviewer= -review url= +review id = +# bug id = -#bug= -#test= +# fortune cookie message = -# line length limit ------------------------------------------------------------ +# modules: build, logic, ui, data, utility diff --git a/.git_pre_commit_hook.sh b/.git_pre_commit_hook.sh index 963dcaa4..49b9117e 100755 --- a/.git_pre_commit_hook.sh +++ b/.git_pre_commit_hook.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ABORT="\033[31mAbort:\033[00m" SUCCESS="\033[32mSuccess:\033[00m"