fix bad annex.largefiles example syntax
This commit is contained in:
parent
1c5fc8f047
commit
0b2b666a38
1 changed files with 1 additions and 1 deletions
|
@ -919,7 +919,7 @@ repository, using [[git-annex-config]]. See its man page for a list.)
|
||||||
|
|
||||||
Used to configure which files are large enough to be added to the annex.
|
Used to configure which files are large enough to be added to the annex.
|
||||||
It is an expression that matches the large files, eg
|
It is an expression that matches the large files, eg
|
||||||
"`include=*.mp3 or largerthan(500kb)`"
|
"`include=*.mp3 or largerthan=500kb`"
|
||||||
See [[git-annex-matching-expression]](1) for details on the syntax.
|
See [[git-annex-matching-expression]](1) for details on the syntax.
|
||||||
|
|
||||||
Overrides any annex.largefiles attributes in `.gitattributes` files.
|
Overrides any annex.largefiles attributes in `.gitattributes` files.
|
||||||
|
|
Loading…
Reference in a new issue