summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-28 17:44:36 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-28 17:44:36 -0400
commit3714364905a23f3b64c6573a4121bd1cc5acb11e (patch)
tree71ec1d6007c1bc1be3cf397dd07c601b7f5ce5ec /doc/bugs
parent7329a1b655f7011f09a4519209da748061a014c4 (diff)
design for a git-annex-shell
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn2
1 files changed, 1 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 6156ade05..ee3b4a64a 100644
--- a/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn
+++ b/doc/bugs/wishlist:_support_for_more_ssh_urls_.mdwn
@@ -16,5 +16,5 @@ Specifically, if I have ~/bar set up on host foo:
> are somewhat tricky to support as they require running
> 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 for other reasons), it
+> (something I am [[considering|todo/git-annex-shell]] for other reasons), it
> could handle the expansions there. --[[Joey]]