Commit d4256ed554fa64f762d53cb2a64663e5095d3eb5

Carlos Martín Nieto 2014-07-04T10:00:39

ssh: provide a factory function for setting ssh paths git allows you to set which paths to use for the git server programs when connecting over ssh; and we want to provide something similar. We do this by providing a factory function which can be set as the remote's transport callback which will set the given paths upon creation.