--- Junio C Hamano <junkio@xxxxxxx> wrote: > 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. Ok, I will. (In which case the aforementioned patch can be dropped in favor of the new one.) Luben - 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