matchexpression: Added --largefiles option to parse an annex.largefiles expression.
This commit is contained in:
parent
5127cb59cc
commit
23cc315c38
6 changed files with 44 additions and 17 deletions
|
@ -19,7 +19,9 @@ import qualified Data.Set as S
|
|||
data MatchInfo
|
||||
= MatchingFile FileInfo
|
||||
| MatchingKey Key
|
||||
| MatchingInfo (OptInfo FilePath) (OptInfo Key) (OptInfo FileSize)
|
||||
| MatchingInfo (OptInfo FilePath) (OptInfo Key) (OptInfo FileSize) (OptInfo MimeType)
|
||||
|
||||
type MimeType = String
|
||||
|
||||
data FileInfo = FileInfo
|
||||
{ currFile :: FilePath
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue