git-commit: clean up die messages
commitb5b644a93adb41bca590a3cdfd9b64ccf3614f50
authorJeff King <peff@peff.net>
Sun, 2 Dec 2007 06:07:03 +0000 (2 01:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2007 07:50:45 +0000 (1 23:50 -0800)
tree0a262cd19be04b12ee73df0fd0562823771c72a1
parent7168624c3530d8c7ee32f930f8fb2ba302b9801f
git-commit: clean up die messages

These are three types of cleanups here:

  1. remove newline from die message (die/report adds it
     already)
  2. typo: s/merger/merge/
  3. the old "* no commit message?  aborting commit." is now
     prepended with "fatal: ", making the asterisk look a
     little funny. Let's just remove it.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c