diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-05 15:47:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-05 15:47:00 -0400 |
commit | 6c1607ce66fb456880495d9026fa368ad48eda3e (patch) | |
tree | 85a35c24aa718b90a9c11b6d59686d9a0acd7103 /doc | |
parent | aad1372880ba32f1161a0d05422008cba38bb412 (diff) |
Support ssh remotes with a port specified.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git_annex_get_choke_when_remote_is_an_ssh_url_with_a_port.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_get_choke_when_remote_is_an_ssh_url_with_a_port.mdwn b/doc/bugs/git_annex_get_choke_when_remote_is_an_ssh_url_with_a_port.mdwn index 0746417fa..92cc9170f 100644 --- a/doc/bugs/git_annex_get_choke_when_remote_is_an_ssh_url_with_a_port.mdwn +++ b/doc/bugs/git_annex_get_choke_when_remote_is_an_ssh_url_with_a_port.mdwn @@ -9,3 +9,5 @@ this is confusing because git can handle this url correctly, and will happily cl temporary workaround is to use ssh://host/annex as url and define remote.name.annex-ssh-options to "-p 5122", but we need to use this workaround when doing annex get and undo the workaround when pushing/cloning. if i had more time, i would have learned haskell and provided a patch ;) + +> Fixed in git! --[[Joey]] [[done]] |