With Git, when providing custom ssh commands with GIT_SSH, you always had to wrap the command in a shell script because Git would only allow a single argument to be passed. This lead to the introduction of GIT_SSH_COMMAND in version 2.3, which allowed arguments.
Which behaviour is correct when using GIT_SSH with git-lfs?
With Git, when providing custom ssh commands with GIT_SSH, you always had to wrap the command in a shell script because Git would only allow a single argument to be passed. This lead to the introduction of GIT_SSH_COMMAND in version 2.3, which allowed arguments.
Which behaviour is correct when using GIT_SSH with git-lfs?