]> git.scripts.mit.edu Git - git.git/commitdiff
Merge branch 'jc/commit-unedited-template'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:43:07 +0000 (12:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Apr 2012 19:43:07 +0000 (12:43 -0700)
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

1  2 
builtin/commit.c

Simple merge