cleanup
This commit is contained in:
parent
6885fe3c38
commit
178826c4cb
1 changed files with 0 additions and 1 deletions
|
@ -82,7 +82,6 @@ statusIndirect f = ifM (liftIO $ isJust <$> catchMaybeIO (getFileStatus f))
|
||||||
( checkNew f
|
( checkNew f
|
||||||
, return DeletedFile
|
, return DeletedFile
|
||||||
)
|
)
|
||||||
where
|
|
||||||
|
|
||||||
checkNew :: FilePath -> Annex Status
|
checkNew :: FilePath -> Annex Status
|
||||||
checkNew f = ifM (isJust <$> catObjectDetails (Git.Ref.fileRef f))
|
checkNew f = ifM (isJust <$> catObjectDetails (Git.Ref.fileRef f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue