run_commit_hook 674 builtin/commit.c if (!no_verify && run_commit_hook(use_editor, index_file, "pre-commit", NULL)) run_commit_hook 941 builtin/commit.c if (run_commit_hook(use_editor, index_file, "prepare-commit-msg", run_commit_hook 958 builtin/commit.c run_commit_hook(use_editor, index_file, "commit-msg", git_path(commit_editmsg), NULL)) { run_commit_hook 1790 builtin/commit.c run_commit_hook(use_editor, get_index_file(), "post-commit", NULL); run_commit_hook 801 builtin/merge.c if (run_commit_hook(0 < option_edit, get_index_file(), "prepare-commit-msg", run_commit_hook 387 commit.h extern int run_commit_hook(int editor_is_used, const char *index_file, const char *name, ...);