I tried to do it by adding a use_ssh option, and it works for cloning (or the initial pull, don't really know how you do it).
Then I noticed it did not work for remote_XXX, so I modified the git code to handle remote_url instead of org/name and then I noticed that git_command heavily rely on this so I gave up since that would break a lots of things.
As the title says ;)
I tried to do it by adding a
use_ssh
option, and it works for cloning (or the initial pull, don't really know how you do it).Then I noticed it did not work for
remote_XXX
, so I modified thegit
code to handleremote_url
instead of org/name and then I noticed thatgit_command
heavily rely on this so I gave up since that would break a lots of things.