diff options
-rw-r--r-- | doc/bugs/direct_mode_assistant_in_subdir_confusion.mdwn | 7 |
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. |