diff options
author | Elijah Newren <newren@gmail.com> | 2018-12-11 08:11:32 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-12-28 12:49:48 -0800 |
commit | c913c5964c3a7b5158a76c02721acbd0df6e2b40 (patch) | |
tree | fa6c46bd6bf56e5b9c8ad0b684acb9e23245d455 /builtin/commit.c | |
parent | 0d0ac3826a3bbb9247e39e12623bbcfdd722f24c (diff) |
rebase: make builtin and legacy script error messages the same
The conversion of the script version of rebase took messages that were
prefixed with "error:" and passed them along to die(), which adds a
"fatal:" prefix, thus resulting in messages of the form:
fatal: error: cannot combine...
which seems redundant. Remove the "error:" prefix from the builtin
version of rebase, and change the prefix from "error:" to "fatal:" in
the legacy script to match.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions