Paolo Bonzini, Fri, Jan 18, 2008 15:51:25 +0100: > + if (!edit_message) { > + run_hook(index_file, "prepare-commit-msg", git_path(commit_editmsg)); > + } > launch_editor(git_path(commit_editmsg), NULL, env); "preedit-new-commit-msg", perhaps. A "prepare-" suggests it is called every time, even if no editor is specified, which it is not. And it really does look like a template... - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html