]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/submodule--helper.c
submodule helper: remove double 'fatal: ' prefix
authorStefan Beller <sbeller@google.com>
Tue, 1 Mar 2016 02:07:18 +0000 (18:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 1 Mar 2016 19:57:20 +0000 (11:57 -0800)
commitcdc04b65b4bc8094e082ac65a7dce75a7a990163
treef75e3437d5c39818d3d4c1649c58f6ba2c57ae6a
parent48308681b072a1d32e1361c255347324a8ad151e
submodule helper: remove double 'fatal: ' prefix

The prefix is added by die(...), so we don't have to do it.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/submodule--helper.c