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-06 21:40:40 +0200
commit3d9edb4c510028def2df41aa7b0ce705b197e6fc (patch)
treebfd9fe839fb1b6405dd5fca1ed882abd7d103abf
parent006d178c70e0469061068e607f20446f7995f773 (diff)
downloadsssd-3d9edb4c510028def2df41aa7b0ce705b197e6fc.tar.gz
sssd-3d9edb4c510028def2df41aa7b0ce705b197e6fc.tar.xz
sssd-3d9edb4c510028def2df41aa7b0ce705b197e6fc.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 --|