author | Ilari Liusvaara <ilari.liusvaara@elisanet.fi> | |
Tue, 12 Jan 2010 19:53:29 +0000 (20:53 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 12 Jan 2010 21:10:38 +0000 (13:10 -0800) | ||
commit | 6b02de3b9dc4ac8374cea4964e993ec6636d781c | |
tree | 93d94fca86cc13795a32a95b69a7ac9c9057c1e4 | tree | snapshot |
parent | 2b541bf8be2bbd6cc8daf8e3d5d4a8ee30b2ce4e | commit | diff |
Improve error message when a transport helper was not found
Perviously, the error message was:
git: 'remote-foo' is not a git-command. See 'git --help'.
By not treating the transport helper as a git command, a more suitable
error is reported:
fatal: Unable to find remote helper for 'foo'
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Perviously, the error message was:
git: 'remote-foo' is not a git-command. See 'git --help'.
By not treating the transport helper as a git command, a more suitable
error is reported:
fatal: Unable to find remote helper for 'foo'
Signed-off-by: Ilari Liusvaara <ilari.liusvaara@elisanet.fi>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c | diff | blob | history |