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)
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>
No differences found