Added mimeencoding= term to annex.largefiles expressions.
* Added mimeencoding= term to annex.largefiles expressions. This is probably mostly useful to match non-text files with eg "mimeencoding=binary" * git-annex matchexpression: Added --mimeencoding option.
This commit is contained in:
parent
5d55f968cc
commit
9dd764e6f7
11 changed files with 121 additions and 41 deletions
12
Types/Mime.hs
Normal file
12
Types/Mime.hs
Normal file
|
@ -0,0 +1,12 @@
|
|||
{- git-annex mime types
|
||||
-
|
||||
- Copyright 2019 Joey Hess <id@joeyh.name>
|
||||
-
|
||||
- Licensed under the GNU AGPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Types.Mime where
|
||||
|
||||
type MimeType = String
|
||||
|
||||
type MimeEncoding = String
|
Loading…
Add table
Add a link
Reference in a new issue