support ssh urls containing "~", and relative user:path

This commit is contained in:
Joey Hess 2010-12-31 21:22:03 -04:00
parent ed593f1f3f
commit 14fe13dc2b
4 changed files with 42 additions and 6 deletions

View file

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