summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-17 15:44:42 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-17 15:44:42 -0400
commit25a87b4bcd8dc775694f909819e74a959e6a2451 (patch)
treeecddf466da57f318fd1316a3642922a7a7987118 /doc
parent4ecf97060824849cd8c20aad10b05eda31824188 (diff)
map: Fix crash when one of the remotes of a repo is a local directory that does not exist, or is not a git repo.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/map_error_after_forget.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/map_error_after_forget.mdwn b/doc/bugs/map_error_after_forget.mdwn
index 6eb9d85ca..b4531ad59 100644
--- a/doc/bugs/map_error_after_forget.mdwn
+++ b/doc/bugs/map_error_after_forget.mdwn
@@ -33,3 +33,5 @@ git-annex: user error (git ["config","--null","--list"] exited 126)
failed
git-annex: map: 1 failed
"""]]
+
+> [[fixed|done]] --[[Joey]]