transport-helper: do not run git-remote-ext etc. in dashed form
commit675df192c5fad6a2b35ea43d4017b01e275eddef
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2020 19:46:49 +0000 (26 12:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2020 21:49:50 +0000 (26 14:49 -0700)
tree56548d8a7a173364639fd73ade9ffb9d808694fc
parente9b77c84a0a0df029f2a3a8114e9f22186e7da24
transport-helper: do not run git-remote-ext etc. in dashed form

Running it as "git remote-ext" and letting "git" dispatch to
"remote-ext" would just be fine and is more idiomatic.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c