summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-17 14:17:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-17 14:17:48 -0400
commite1562f96d2193259e642d417a27bd8275fbc0144 (patch)
tree191ed1c694f9e8c9cea1b186d9ca417547479e7a
parent168caec0f6894135eb47af8e9d1f3dfe08121ca9 (diff)
update
-rw-r--r--doc/bugs/direct_mode_assistant_in_subdir_confusion.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/direct_mode_assistant_in_subdir_confusion.mdwn b/doc/bugs/direct_mode_assistant_in_subdir_confusion.mdwn
index ecc11d34a..6fe690a06 100644
--- a/doc/bugs/direct_mode_assistant_in_subdir_confusion.mdwn
+++ b/doc/bugs/direct_mode_assistant_in_subdir_confusion.mdwn
@@ -25,3 +25,10 @@ Note that manually doing a git-annex sync in B's subdir does not cause this
to happen. It's specific to the assistant somehow.
--[[Joey]]
+
+Before 2407170eaf78d9aa38d73d1af68c20da9882779b, git-annex sync in a subdir
+had the same problem. That made it always run from the top of the work
+tree, which its code actually assumes is the case.
+
+The assistant, however, does not do that, and it's useful in general to
+only run it in a subdir.