summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-28 12:54:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-28 12:54:09 -0400
commit7479be90a257fb031fa9ee4a3feafda1da14f542 (patch)
tree29989e9ac678594d19bc47b7c406c381b836488a
parentdd55f21450d5ed9f71b015295c33c0c9bf0060f9 (diff)
parent1f1d2a2ea7caadb0720427b1a66efb5ffca17c38 (diff)
Merge remote branch 'branchable/master'
-rw-r--r--doc/forum/wishlist:_support_for_more_ssh_urls_.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_support_for_more_ssh_urls_.mdwn b/doc/forum/wishlist:_support_for_more_ssh_urls_.mdwn
new file mode 100644
index 000000000..42107e51a
--- /dev/null
+++ b/doc/forum/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