summaryrefslogtreecommitdiff
path: root/GitQueue.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitQueue.hs')
-rw-r--r--GitQueue.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/GitQueue.hs b/GitQueue.hs
index 097516c19..dfe2976da 100644
--- a/GitQueue.hs
+++ b/GitQueue.hs
@@ -60,8 +60,7 @@ run repo (Queue _ m) = do
-
- Complicated by commandline length limits. -}
runAction :: Git.Repo -> Action -> [FilePath] -> IO ()
-runAction repo action files = do
- unless (null files) runxargs
+runAction repo action files = unless (null files) runxargs
where
runxargs = pOpen WriteToPipe "xargs" ("-0":"git":params) feedxargs
params = toCommand $ Git.gitCommandLine repo