324
324
hooks = MessageEditorHooks()
328
327
def set_commit_message(commit):
329
328
"""Sets the commit message.
330
329
:param commit: Commit object for the active commit.
334
333
for hook in hooks['set_commit_message']:
339
337
def generate_commit_message_template(commit, start_message=None):