Linus Torvalds <torvalds@xxxxxxxx> writes: > So being somewhat forgiving might help, but I think another thing that > migth help is a flag to "git-am" to _not_ apply a patch that lacks a > previous sign-off. How about having this in $GIT_DIR/hooks/applypatch-msg? #!/bin/sh grep '^Signed-off-by: ' "$1" >/dev/null - : 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