Merge branch 'master' into borg
This commit is contained in:
commit
771b6c64f0
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ seek' o = do
|
||||||
<$> filterM (not <$$> liftIO . getDynamicConfig . remoteAnnexIgnore . Remote.gitconfig) remotes
|
<$> filterM (not <$$> liftIO . getDynamicConfig . remoteAnnexIgnore . Remote.gitconfig) remotes
|
||||||
let (exportremotes, nonexportremotes) = partition (exportTree . Remote.config) dataremotes
|
let (exportremotes, nonexportremotes) = partition (exportTree . Remote.config) dataremotes
|
||||||
let importremotes = filter (importTree . Remote.config) dataremotes
|
let importremotes = filter (importTree . Remote.config) dataremotes
|
||||||
let keyvalueremotes = partition (not . importTree . Remote.config) nonexportremotes
|
let keyvalueremotes = filter (not . importTree . Remote.config) nonexportremotes
|
||||||
|
|
||||||
if cleanupOption o
|
if cleanupOption o
|
||||||
then do
|
then do
|
||||||
|
|
Loading…
Reference in a new issue