summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-08-05 13:59:33 -0400
committerJakub Hrozek <jhrozek@redhat.com>2013-08-09 17:42:29 +0200
commit7a4587571458c743974cefa45cdd1871c053826c (patch)
tree952b1818ba928df9fec1d6b969e636b7d4be60c9
parent230e4e4898fa36d5bbbd4835b728cf466c42638b (diff)
downloadsssd-7a4587571458c743974cefa45cdd1871c053826c.tar.gz
sssd-7a4587571458c743974cefa45cdd1871c053826c.tar.xz
sssd-7a4587571458c743974cefa45cdd1871c053826c.zip
Add a commit template
Explanation: In order to use a common style when creating commits a commit template will be helpful espcially to new developers. The commit template can be activated with the following command: git config commit.template .git-commit-template When this is done any new commit will use the template as the default commit message.
-rw-r--r--.git-commit-template9
1 files changed, 9 insertions, 0 deletions
diff --git a/.git-commit-template b/.git-commit-template
new file mode 100644
index 000000000..8648238af
--- /dev/null
+++ b/.git-commit-template
@@ -0,0 +1,9 @@
+COMPONENT: Subject
+
+Explanation
+
+Resolves:
+https://fedorahosted.org/sssd/ticket/XXXX
+
+# Try to keep the subject line within 52 chars ----|
+# Also please try to not exceed 72 characters of length for the body --|