Hi Junio,
On Fri, 27 Jan 2017, Junio C Hamano wrote:
IOW, I think it is acceptable to always split GIT_SSH_COMMAND into
tokens before we realize that the user used the escape hatch and the
splitting was a wasted effort. This is exactly because this thing
is an escape hatch that is expected to be rarely used. Of course,
if the "wasted effort" can be eliminated without sacrificing the
simplicity of the code, that is fine as well.
Simplicity is retained. Battle-readiness was sacrificed on the way: the
new code is not tested well enough, and `next` will not help one bit.
Ciao,
Johannes