improve annex.largefiles documentation

This commit is contained in:
Joey Hess 2015-12-02 14:26:49 -04:00
parent 4461766da7
commit 5ec67335f4
Failed to extract signature

View file

@ -789,9 +789,10 @@ Here are all the supported configuration settings.
* `annex.largefiles` * `annex.largefiles`
Allows configuring which files `git annex add` and the assistant consider Allows configuring which files are considered to be large enough to
to be large enough to need to be added to the annex. By default, need to be added to the annex. By default, all specified files are added
all files are added to the annex. to the annex, but configuring this can cause the small files to be
checked into git, without using the annex.
The value is a preferred content expression. See [[git-annex-preferred-content]](1) The value is a preferred content expression. See [[git-annex-preferred-content]](1)
for details. for details.
@ -800,6 +801,12 @@ Here are all the supported configuration settings.
annex.largefiles = largerthan=100kb and not (include=*.c or include=*.h) annex.largefiles = largerthan=100kb and not (include=*.c or include=*.h)
This setting is used by `git annex add` and the assistant.
It can be useful to temporarily override it via -c at the command line.
For example:
git annex add -c annex.largefiles='include=*' 99kbfile
* `annex.numcopies` * `annex.numcopies`
This is a deprecated setting. You should instead use the This is a deprecated setting. You should instead use the