summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Command.hs b/Command.hs
index 09c935b3b..c6d2d0d5d 100644
--- a/Command.hs
+++ b/Command.hs
@@ -129,6 +129,8 @@ backendPairs a files = do
return $ map a pairs
withString :: SubCmdSeekStrings
withString a params = return [a $ unwords params]
+withStrings :: SubCmdSeekStrings
+withStrings a params = return $ map a params
withFilesToBeCommitted :: SubCmdSeekStrings
withFilesToBeCommitted a params = do
repo <- Annex.gitRepo