diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-22 14:57:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-22 14:57:09 -0400 |
commit | 8655ea7f8e853b7de4defbca2655b741362ecd21 (patch) | |
tree | 685b461a9e6471dbf403bb281d4382661a36d245 /Remote | |
parent | 032c802d45c7872f704de1faf0733740b256444d (diff) |
sync, assistant: Sync with remotes that have annex-ignore set
This is so git remotes on servers without git-annex installed can be used
to keep clients' git repos in sync.
This is a behavior change, but since annex-sync can be set to disable
syncing with a remote, I think it's acceptable.
Diffstat (limited to 'Remote')
-rw-r--r-- | Remote/List.hs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Remote/List.hs b/Remote/List.hs index 1cfbab872..0651d83aa 100644 --- a/Remote/List.hs +++ b/Remote/List.hs @@ -98,10 +98,6 @@ updateRemote remote = do Remote.Git.configRead r | otherwise = return r -{- All remotes that are not ignored. -} -enabledRemoteList :: Annex [Remote] -enabledRemoteList = filter (not . remoteAnnexIgnore . gitconfig) <$> remoteList - {- Checks if a remote is a special remote -} specialRemote :: Remote -> Bool specialRemote r = remotetype r /= Remote.Git.remote |