add --force overrides annex.largefiles
This commit is contained in:
parent
67e817c6a1
commit
b89efc79f6
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ seek =
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
go a = withValue largeFilesMatcher $ \matcher ->
|
go a = withValue largeFilesMatcher $ \matcher ->
|
||||||
a $ \file -> ifM (checkFileMatcher matcher file)
|
a $ \file -> ifM (checkFileMatcher matcher file <||> Annex.getState Annex.force)
|
||||||
( start file
|
( start file
|
||||||
, stop
|
, stop
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue