fix syntax of largefiles example

has always been wrong syntax!
This commit is contained in:
Joey Hess 2019-12-20 13:06:53 -04:00
parent 4acbb40112
commit 945be47b48
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ These settings can be overridden on a per-repository basis using
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`.

View file

@ -891,7 +891,7 @@ Like other git commands, git-annex is configured via `.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.