summaryrefslogtreecommitdiff
path: root/Annex/FileMatcher.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-03 16:58:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-03 16:58:36 -0400
commit1ddffd6a8a62491684c6565be9c5c329507fe623 (patch)
tree3d0755a355d6609ca9664dfd69edf130f2716d2a /Annex/FileMatcher.hs
parent590d47ed764c88a08f615c3af057cbff26633bc1 (diff)
matchexpression: Added --largefiles option to parse an annex.largefiles expression.
Diffstat (limited to 'Annex/FileMatcher.hs')
-rw-r--r--Annex/FileMatcher.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/FileMatcher.hs b/Annex/FileMatcher.hs
index 70ea93984..e97b80c82 100644
--- a/Annex/FileMatcher.hs
+++ b/Annex/FileMatcher.hs
@@ -14,6 +14,7 @@ module Annex.FileMatcher (
matchAll,
preferredContentParser,
parsedToMatcher,
+ mkLargeFilesParser,
largeFilesMatcher,
) where