import: Changed to honor annex.largefiles settings.
This commit is contained in:
parent
5ec67335f4
commit
dc8099872a
4 changed files with 17 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue