diff options
author | Simo Sorce <simo@redhat.com> | 2013-08-05 13:59:33 -0400 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-08-06 21:40:40 +0200 |
commit | 3d9edb4c510028def2df41aa7b0ce705b197e6fc (patch) | |
tree | bfd9fe839fb1b6405dd5fca1ed882abd7d103abf /.git-commit-template | |
parent | 006d178c70e0469061068e607f20446f7995f773 (diff) | |
download | sssd-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.
Diffstat (limited to '.git-commit-template')
-rw-r--r-- | .git-commit-template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.git-commit-template b/.git-commit-template new file mode 100644 index 00000000..8648238a --- /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 --| |