Quoting r. Dennis Stosberg <dennis@xxxxxxxxxxxx>: > Subject: Re: how to pass ssh options to git? > > Michael S. Tsirkin wrote: > > > I know, problem is I want to use different options at different times. > > I could use -F configfile ssh option, but how to pass *that* to git? > > You can set the path of the ssh executable to use with the GIT_SSH > environment variable. Create a shell script like > > #!/bin/sh > exec ssh --your-options-- $* > > and make GIT_SSH point to it. Thanks, I'll try that. BTW, just grep for GIT_SSH gets me some more: GIT_SSH_UPLOAD, GIT_SSH_PUSH, GIT_SSH_PULL, GIT_SSH_FETCH. None of which appear to be documented. -- MST - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html