commit: do not trigger bogus "has templated message edited" check
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2012 18:30:59 +0000 (11:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Mar 2012 18:30:59 +0000 (11:30 -0700)
When "-t template" and "-F msg" options are both given (or worse yet,
there is "commit.template" configuration but a message is given in some
other way), the documentation says that template is ignored. However,
the "has the user edited the message?" check still used the contents of
the template file as the basis of the emptyness check.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found