Add patchset as extension for text/x-patch

We don't have a separate type for them anyway.
This commit is contained in:
François Revol 2014-08-14 16:33:53 +02:00
parent 603f753a8d
commit 8cb3428017

View File

@ -12,6 +12,7 @@ resource(3, "META:S:DESC") #'MSDC' "Patch";
resource(4, "META:EXTENS") message(234) {
"extensions" = "diff",
"extensions" = "patch",
"extensions" = "patchset",
"type" = "text/x-patch"
};