diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-26 16:53:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-26 16:54:20 -0400 |
commit | 29436c57435a44dff91e3408f535d44ffe99f577 (patch) | |
tree | e7a8eda0848c4c942846136e085fcb88ae0a9c1e /doc/bugs | |
parent | 8a5226ec12a0851abf2c86222ed5446f45657768 (diff) |
assistant: Fix NetWatcher to not sync with remotes that have remote.<name>.annex-sync set to false.
This affected both the hourly NetWatcherFallback thread and the syncing
when network connection is detected.
It was a reversion of sorts, introduced in
8655ea7f8e853b7de4defbca2655b741362ecd21, when annex-ignore was changed to
not control git syncing. I forgot to make it check annex-sync at that
point.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn b/doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn index 99e3eebea..959620ba6 100644 --- a/doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn +++ b/doc/bugs/assistant_syncs_with_remotes_even_when_all_remotes_disabled.mdwn @@ -27,3 +27,7 @@ Everything up-to-date Everything up-to-date Everything up-to-date """]] + +> Excellent bug report! Especially useful that you tracked it +> down to the NetWatcher. Indeed it was not honoring the +> annex-sync setting. [[fixed|done]] --[[Joey]] |