ssh: redirect git ssh to git-ssh
commit4b4f6b5e933f787c817844a31e41cf6e25db1247
authorKyle J. McKay <mackyle@gmail.com>
Sat, 24 Feb 2018 21:43:01 +0000 (24 13:43 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 24 Feb 2018 21:43:01 +0000 (24 13:43 -0800)
tree5903bd24e5b7aaa837910a77ecb4309ae4b7b4ce
parente8a8982bd761a29e10f9fc317ef36ffbc737e851
ssh: redirect git ssh to git-ssh

Since d26c5b1f67af8a4f (git-svn: provide an SVN_SSH script,
2018-02-08), Girocco has been redirecting any svn ssh commands through
a wrapper script that causes them to use Girocco's config file so that
various ssh options more conducive to batch use can be activated.

It has been doing this by setting and exporting the SVN_SSH environment
variable.

Now extend this by additionally setting the GIT_SSH variable too (like
it should have been in the first place) and renaming the wrapper to
a slightly more generic name at the same time.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
bin/git-ssh [moved from bin/git-svn-ssh with 100% similarity]
jailsetup.sh
shlib.sh