Support ssh remotes with a port specified.

This commit is contained in:
Joey Hess 2011-03-05 15:47:00 -04:00
parent aad1372880
commit 6c1607ce66
5 changed files with 40 additions and 7 deletions

View file

@ -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]]