diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-31 21:22:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-31 21:22:03 -0400 |
commit | 14fe13dc2b0f39857eeccdc36483d0f4a0d81fdc (patch) | |
tree | 3350f51ed5a7894f4842f7c528d597fb42355f9d /doc | |
parent | ed593f1f3f810ae9e456dc233273da23608cea82 (diff) |
support ssh urls containing "~", and relative user:path
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn b/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn index ee3b4a64a..55b8120a7 100644 --- a/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn +++ b/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn @@ -17,4 +17,6 @@ Specifically, if I have ~/bar set up on host foo: > code on the remote to lookup homedirs. If git-annex grows a > `git annex shell` that is run on the remote side > (something I am [[considering|todo/git-annex-shell]] for other reasons), it -> could handle the expansions there. --[[Joey]] +> could handle the expansions there. --[[Joey]] + +> Update: Now `~` expansions are supported. [[done]] |