summaryrefslogtreecommitdiffstats
path: root/t/t7500 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Teach git-commit about commit message templates.Steven Grimm2007-07-253-0/+10
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>