summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-01-13 15:36:02 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-01-13 15:36:02 -0400
commitee63d9893e80478087fbd115b54d40f4171321bd (patch)
tree1617e159dc6fb10ee0783909a799258e9f9a6365 /doc/bugs
parentf4173970c0ea665a0274332b71a00268c5d6e7f5 (diff)
map: Fix display of v5 direct mode repos.
The direct mode guard confused map. So need to run through Annex.new to get the actual path to the repo.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/broken_git_annex_map_on_direct_mode.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/broken_git_annex_map_on_direct_mode.mdwn b/doc/bugs/broken_git_annex_map_on_direct_mode.mdwn
index 2f9431063..40005a60a 100644
--- a/doc/bugs/broken_git_annex_map_on_direct_mode.mdwn
+++ b/doc/bugs/broken_git_annex_map_on_direct_mode.mdwn
@@ -54,3 +54,5 @@ git annex map
# End of transcript or log.
"""]]
+
+> [[fixed|done]]; thanks for a good test case. --[[Joey]]