From: Spencer Date: Sun, 8 Jun 2025 16:43:11 +0000 (+0000) Subject: Linked to discussion on caveat X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~7^2~93^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fe60062a38228594ce8d48bbe1b14532934f22d;p=git-annex.git Linked to discussion on caveat --- diff --git a/doc/git-annex-import.mdwn b/doc/git-annex-import.mdwn index e78fa0ac14..a0ecc9fa08 100644 --- a/doc/git-annex-import.mdwn +++ b/doc/git-annex-import.mdwn @@ -229,10 +229,12 @@ link, and that symbolic link will be followed. Note that using `--deduplicate` or `--clean-duplicates` with the WORM 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, +If `annex.largefiles` is configured (in the current repo's `.gitattributes` file), +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. +[Caveat Discussion: Adjusting Largefiles Specification](forum/Import_-_Changing_Largefiles) + # SEE ALSO [[git-annex]](1)