]> git.ipfire.org Git - thirdparty/git.git/commit
transport-helper: do not run git-remote-ext etc. in dashed form
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2020 19:46:49 +0000 (12:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Aug 2020 21:49:50 +0000 (14:49 -0700)
commit675df192c5fad6a2b35ea43d4017b01e275eddef
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