It's better to find out you need to set your author information properly before you enter a long commit message. Signed-off-by: Sean Estabrooks <seanlkml@xxxxxxxxxxxx> --- git-commit.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ae880db6fc12a0774c25925abbcc353fe6c9e46f diff --git a/git-commit.sh b/git-commit.sh index 26cd7ca..866ed6c 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -640,6 +640,7 @@ case "$no_edit" in exit 1 ;; esac + git-var GIT_AUTHOR_IDENT > /dev/null || die ${VISUAL:-${EDITOR:-vi}} "$GIT_DIR/COMMIT_EDITMSG" ;; esac -- 1.3.2.g260bd - : 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