Merge branch 'jc/commit-unedited-template'
commit091df17f27ed735160bbd82360efb8154b35ffeb
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:43:07 +0000 (16 12:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:43:07 +0000 (16 12:43 -0700)
tree497296ce56e74c321d7076e5c9dedfae38aa1ac5
parentfa0ba729dc5e0af0b0165e4e12904bfa3f39f9db
parent1f08c2c8258cb09d4e78b8c3ff7e45a570f957ea
Merge branch 'jc/commit-unedited-template'

When "git commit --template F" errors out because the user did not touch
the message, it claimed that it aborts due to "empty message", which was
utterly wrong.

By Junio C Hamano (4) and Adam Monsen (1)
* jc/commit-unedited-template:
  Documentation/git-commit: rephrase the "initial-ness" of templates
  git-commit.txt: clarify -t requires editing message
  commit: rephrase the error when user did not touch templated log message
  commit: do not trigger bogus "has templated message edited" check
  t7501: test the right kind of breakage
builtin/commit.c