setup: added commit message template

This change adds the commit message template in file
.git_commit_message.txt. It will be used after once running:
$ git config commit.template .git_commit_message.txt

reviewer=
review url=
This commit is contained in:
Eberhard Gräther
2014-02-04 00:12:58 +01:00
parent 877b7268bc
commit 441d274ad7
2 changed files with 18 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<module>: <title>
<description>
reviewer=
review url=
#bug=
#test=
# line length limit ------------------------------------------------------------
+7
View File
@@ -1,2 +1,9 @@
### Masterproject ###
#### Setup ####
Define commit message template:
$ git config commit.template .git_commit_template.txt
Enable git commandline colors:
$ git config color.ui true