clarify that annex.addunlocked does not affect git add

This commit is contained in:
Joey Hess 2019-09-18 12:14:45 -04:00
parent 4f4246d82b
commit ed1d18d337
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -906,8 +906,11 @@ Like other git commands, git-annex is configured via `.git/config`.
* `annex.addunlocked`
Set to true to make commands like `git-annex add` that add files to the
repository add them in unlocked form. The default is to add files in
locked form.
repository add them in unlocked form. The default is for these commands
to add files in locked form.
(Using `git add` always adds files in unlocked form and it is not
affected by this setting.)
When a repository has core.symlinks set to false, it implicitly
sets annex.addunlocked to true.