summaryrefslogtreecommitdiff
path: root/Command/Add.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Add.hs')
-rw-r--r--Command/Add.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Command/Add.hs b/Command/Add.hs
index fd92f04ef..4ae97b6e3 100644
--- a/Command/Add.hs
+++ b/Command/Add.hs
@@ -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