summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-11 16:18:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-11 16:18:53 -0400
commit71b216d1fb2d2308c75ba0da62e6e6a85c5adb19 (patch)
tree495d6285d52c7df78d22806609f088765c7c2c3d /doc/bugs
parent826d5887b2c31c9dca1415997d7704d9442077b0 (diff)
map: Support remotes with /~/ and /~user/
More accurately, it was supported already when map uses git-annex-shell, but not when it does not. Note that the user name cannot be shell escaped using git-annex's current approach for shell escaping. I tried and some shells like dash cannot cd ~'joey'. Rest of directory is still shell escaped, not for security but in case a directory has a space or other weird character.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/git_annex_map_has_problems_with_urls_containing___126__.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_map_has_problems_with_urls_containing___126__.mdwn b/doc/bugs/git_annex_map_has_problems_with_urls_containing___126__.mdwn
index c6eb7bc73..24f04eeb5 100644
--- a/doc/bugs/git_annex_map_has_problems_with_urls_containing___126__.mdwn
+++ b/doc/bugs/git_annex_map_has_problems_with_urls_containing___126__.mdwn
@@ -42,3 +42,5 @@ map` works too:
ok
+
+> [[fixed|done]] --[[Joey]]