import: Changed to honor annex.largefiles settings.

This commit is contained in:
Joey Hess 2015-12-02 14:48:42 -04:00
parent 5ec67335f4
commit dc8099872a
Failed to extract signature
4 changed files with 17 additions and 6 deletions

View file

@ -73,8 +73,12 @@ seek o = allowConcurrentOutput $ do
startSmall :: FilePath -> CommandStart
startSmall file = do
showStart "add" file
next $ performSmall file
performSmall :: FilePath -> CommandPerform
performSmall file = do
showNote "non-large file; adding content to git repository"
next $ performAdd file
performAdd file
performAdd :: FilePath -> CommandPerform
performAdd file = do