diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-02 15:18:17 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-02 15:18:17 -0400 |
commit | 8adf318558c74393fbed0a746465c9b8e29a63a0 (patch) | |
tree | 410cbb527939465949ce0f99ac2d2d3f686b74ce /Annex/CheckAttr.hs | |
parent | 81457e02ddf833df56112a8afaf25f57ecd07076 (diff) |
annex.largefiles can be configured in .gitattributes too
This is particulary useful for v6 repositories, since the .gitattributes
configuration will apply in all clones of the repository.
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 |