has always been wrong syntax!
Used to configure which files are large enough to be added to the annex.
It is an expression that matches the large files, eg
- "*.mp3 or largerthan(500kb)"
+ "include=*.mp3 or largerthan(500kb)"
This sets a default, which can be overridden by annex.largefiles
attributes in `.gitattributes` files, or by `git config`.
Used to configure which files are large enough to be added to the annex.
It is an expression that matches the large files, eg
- "*.mp3 or largerthan(500kb)"
+ "include=*.mp3 or largerthan(500kb)"
Overrides any annex.largefiles attributes in `.gitattributes` files.