diff options
Diffstat (limited to 'Annex/CheckAttr.hs')
-rw-r--r-- | Annex/CheckAttr.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Annex/CheckAttr.hs b/Annex/CheckAttr.hs index 28c5ffedd..2be95483e 100644 --- a/Annex/CheckAttr.hs +++ b/Annex/CheckAttr.hs @@ -20,6 +20,7 @@ annexAttrs :: [Git.Attr] annexAttrs = [ "annex.backend" , "annex.numcopies" + , "annex.largefiles" ] checkAttr :: Git.Attr -> FilePath -> Annex String |