]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-commit.txt
Teach git-commit about commit message templates.
authorSteven Grimm <koreth@midwinter.com>
Mon, 23 Jul 2007 04:17:42 +0000 (21:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jul 2007 03:46:54 +0000 (20:46 -0700)
commitd1cc130a5eb50d5bfe1e8b76cab3d8970fd70ad1
tree29ad1e81adfcfddbb446d5cf924b7178012e27c6
parentaf66366a9feb0194ed04b1f538998021ece268a8
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>
Documentation/git-commit.txt
git-commit.sh
t/t7500-commit.sh [new file with mode: 0755]
t/t7500/add-comments [new file with mode: 0755]
t/t7500/add-content [new file with mode: 0755]
t/t7500/add-signed-off [new file with mode: 0755]