diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-17 14:17:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-17 14:17:48 -0400 |
commit | e1562f96d2193259e642d417a27bd8275fbc0144 (patch) | |
tree | 191ed1c694f9e8c9cea1b186d9ca417547479e7a /doc/bugs | |
parent | 168caec0f6894135eb47af8e9d1f3dfe08121ca9 (diff) |
update
Diffstat (limited to 'doc/bugs')
-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. |