summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-16 15:13:52 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-16 15:13:52 -0400
commit972b6ca2597334917e500cd7a2e2db47ed71b885 (patch)
tree9ff6591aea7218fc119a06552a95b18830b0e482
parent9d444d18a03107130b3c00956e0ffdaf4b662ce7 (diff)
explain; close
-rw-r--r--doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn b/doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn
index 0a3cd785a..d2b4ddb72 100644
--- a/doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn
+++ b/doc/bugs/git_annex_sync___40__sync_content_without_--content_flag__41__.mdwn
@@ -21,3 +21,12 @@ The documentation says "sync" only sync metadata.
### What version of git-annex are you using? On what operating system?
git-annex version: 5.20140420-ga25b8bb
+
+> `git annex sync`, when used without --content, does not sync the content
+> of files. However, in your example, Alice is still runing the assistant.
+> The assistant will notice when Bob's git annex sync sends it a change,
+> and see there are new files, and go get them. If you don't want that to
+> happen, you'll need to disable the assistant on Alice too, or configure
+> it to not sync with bob, etc.
+>
+> Not a bug, so [[done]] --[[Joey]]