261
261
Runs on the client.
265
commit_message_template (msgeditor)
266
-----------------------------------
268
Invoked by commit to generate a commit message template.
269
Each hook can modify the commit message template.
270
The hook signature is (commit, start_message), where:
273
A commit object, for the commit in progress
276
The original commit message, None initially.
278
The hook should return a new commit message template.