fix syntax of largefiles example
has always been wrong syntax!
This commit is contained in:
parent
4acbb40112
commit
945be47b48
2 changed files with 2 additions and 2 deletions
|
@ -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`.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue