author | Jeff King <peff@peff.net> | |
Sun, 2 Dec 2007 06:07:03 +0000 (01:07 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 2 Dec 2007 07:50:45 +0000 (23:50 -0800) | ||
commit | b5b644a93adb41bca590a3cdfd9b64ccf3614f50 | |
tree | 0a262cd19be04b12ee73df0fd0562823771c72a1 | tree | snapshot |
parent | 7168624c3530d8c7ee32f930f8fb2ba302b9801f | commit | diff |
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>
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 | diff | blob | history |