author | Steven Grimm <koreth@midwinter.com> | |
Mon, 23 Jul 2007 04:17:42 +0000 (21:17 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Jul 2007 03:46:54 +0000 (20:46 -0700) | ||
commit | d1cc130a5eb50d5bfe1e8b76cab3d8970fd70ad1 | |
tree | 29ad1e81adfcfddbb446d5cf924b7178012e27c6 | tree | snapshot |
parent | af66366a9feb0194ed04b1f538998021ece268a8 | commit | diff |
Teach git-commit about commit message templates.
These are useful in organizations that enforce particular formats
for commit messages, e.g., to specify bug IDs or test plans.
Use of the template is not enforced; it is simply used as the
initial content when the editor is invoked.
Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
These are useful in organizations that enforce particular formats
for commit messages, e.g., to specify bug IDs or test plans.
Use of the template is not enforced; it is simply used as the
initial content when the editor is invoked.
Signed-off-by: Steven Grimm <koreth@midwinter.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-commit.txt | diff | blob | history | |
git-commit.sh | diff | blob | history | |
t/t7500-commit.sh | [new file with mode: 0755] | blob |
t/t7500/add-comments | [new file with mode: 0755] | blob |
t/t7500/add-content | [new file with mode: 0755] | blob |
t/t7500/add-signed-off | [new file with mode: 0755] | blob |