add back missing check that content is present
Lost in 75aab72d23
and some related
commits. unannex skips files whose content is not present.
This commit is contained in:
parent
32c847d1a1
commit
9c23f99d45
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ seek ps = withFilesInGitAnnex ww seeker =<< workTreeItems ww ps
|
|||
seeker :: AnnexedFileSeeker
|
||||
seeker = AnnexedFileSeeker
|
||||
{ seekAction = commandAction' start
|
||||
, checkContentPresent = Nothing
|
||||
, checkContentPresent = Just True
|
||||
, usesLocationLog = False
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue