diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-28 12:55:19 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-28 12:55:19 -0400 |
commit | 70d68212f5283d27bac00812afdf582b54424e47 (patch) | |
tree | 3196e3388c266fd3a131752012c41ec015716c42 /doc | |
parent | 7479be90a257fb031fa9ee4a3feafda1da14f542 (diff) |
let's not use the forum for bug reports
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn b/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn new file mode 100644 index 000000000..42107e51a --- /dev/null +++ b/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn @@ -0,0 +1,11 @@ +git-annex does not seem to support all kinds of urls that git does. + +Specifically, if I have ~/bar set up on host foo: + + [remote "foo"] + ## this one is not recognized as ssh url at all + # url = foo:bar + ## this one makes git-annex try to access '/~/bar' literally + # url = ssh://foo/~/bar + ## this one works + url = ssh://foo/home/tv/bar |