This commit is contained in:
Joey Hess 2019-05-14 15:18:43 -04:00
parent 354c0eb57f
commit f4de45332c
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -74,12 +74,12 @@ References to directories in the preferred content expression
are relative to the top of the special remote, not of the git repository are relative to the top of the special remote, not of the git repository
it's being imported into. it's being imported into.
Preferred content expressions that relate Preferred content expressions that relate to the content of a file will
to the content of a file will make the file be downloaded from the make the file be downloaded from the special remote, even when it turns out
special remote, even when it turns out not to be preferred content. not to be preferred content. The download will only happen once for each
This includes "copies=", "metadata=", and other things that depend on the version of a file, and the unwanted content will be thrown away. Such
key, but it does not include "smallerthan=", "largerthan=", "include=", expressions include "copies=", "metadata=", and other things that depend on
"exclude=" the key, but not "smallerthan=", "largerthan=", "include=", "exclude="
# IMPORTING FROM A DIRECTORY # IMPORTING FROM A DIRECTORY