commit: rephrase the error when user did not touch templated log message
commitb2eda9bdfbacdd3bb52da2ebcb468415cf153940
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2012 19:14:33 +0000 (30 12:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2012 19:20:00 +0000 (30 12:20 -0700)
tree4c2c39f109910aa25121fa11d4e4e68ead4da84d
parent010c7dbcbe2e55c1dcc85f23fbe55be6d7e931f0
commit: rephrase the error when user did not touch templated log message

When the user exited editor without editing the commit log template given
by "git commit -t <template>", the commit was aborted (correct) with an
error message that said "due to empty commit message" (incorrect).

This was because the original template support was done by piggybacking on
the check to detect an empty log message.  Split the codepaths into two
independent checks to clarify the error.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/commit.c
t/t7501-commit.sh