Luben Tuikov <ltuikov@xxxxxxxxx> writes: > @@ -690,7 +690,7 @@ case "$verify" in > t) > if test -x "$GIT_DIR"/hooks/commit-msg > then > - "$GIT_DIR"/hooks/commit-msg "$GIT_DIR"/COMMIT_EDITMSG || exit > + "$GIT_DIR"/hooks/commit-msg "$GIT_DIR"/COMMIT_EDITMSG || die "Duplicate Signed-off-by lines -- nothing commited" > fi > esac Please emit the complaint from the sample hook/commit-msg script, not from git-commit. - : 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