From 97003fc4108822a8e8b801b708f5169b8bbc332e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 16 May 2014 15:13:52 -0400 Subject: [PATCH] explain; close --- ...___40__sync_content_without_--content_flag__41__.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) 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 0a3cd785a3..d2b4ddb726 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]]