Re: [PATCH] git_connect: allow passing arguments to ssh in GIT_SSH_ARGS

2014-11-08 Thread Thomas Quinot
Jeff, Thanks for your feedback! * Jeff King, 2014-11-08 : > What do you think of adding an alternate variable that is not ssh > _arguments_, but rather just a full shell command for running ssh? > I'm not sure what it could be called (GIT_SSH_SH is probably too > confusing). Interesting idea, I

Re: [PATCH] git_connect: allow passing arguments to ssh in GIT_SSH_ARGS

2014-11-08 Thread Jeff King
On Sat, Nov 08, 2014 at 11:44:39AM +0100, Thomas Quinot wrote: > It may be impractical to install a wrapper script for ssh > when additional parameters need to be passed. Provide an > alternative way of specifying these by means of the GIT_SSH_ARGS > environment variable. Arguments are whitespace

[PATCH] git_connect: allow passing arguments to ssh in GIT_SSH_ARGS

2014-11-08 Thread Thomas Quinot
It may be impractical to install a wrapper script for ssh when additional parameters need to be passed. Provide an alternative way of specifying these by means of the GIT_SSH_ARGS environment variable. Arguments are whitespace delimited following usual shell conventions; embedded whitespace can be