document annex.largefiles handling
This commit is contained in:
parent
0fd6e77ec7
commit
5460975e40
2 changed files with 11 additions and 0 deletions
|
@ -88,6 +88,13 @@ be used to get better filenames.
|
||||||
Enable JSON output. This is intended to be parsed by programs that use
|
Enable JSON output. This is intended to be parsed by programs that use
|
||||||
git-annex. Each line of output is a JSON object.
|
git-annex. Each line of output is a JSON object.
|
||||||
|
|
||||||
|
# CAVEATS
|
||||||
|
|
||||||
|
If annex.largefiles is configured, and does not match a file, `git annex
|
||||||
|
addurl` will add the non-large file directly to the git repository,
|
||||||
|
instead of to the annex. However, this is not done when --fast or --relaxed
|
||||||
|
is used.
|
||||||
|
|
||||||
# SEE ALSO
|
# SEE ALSO
|
||||||
|
|
||||||
[[git-annex]](1)
|
[[git-annex]](1)
|
||||||
|
|
|
@ -81,6 +81,10 @@ Several options can be used to adjust handling of duplicate files.
|
||||||
Note that using `--deduplicate` or `--clean-duplicates` with the WORM
|
Note that using `--deduplicate` or `--clean-duplicates` with the WORM
|
||||||
backend does not look at file content, but filename and mtime.
|
backend does not look at file content, but filename and mtime.
|
||||||
|
|
||||||
|
If annex.largefiles is configured, and does not match a file, `git annex
|
||||||
|
import` will add the non-large file directly to the git repository,
|
||||||
|
instead of to the annex.
|
||||||
|
|
||||||
# SEE ALSO
|
# SEE ALSO
|
||||||
|
|
||||||
[[git-annex]](1)
|
[[git-annex]](1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue