response; improve docs

This commit is contained in:
Joey Hess 2016-04-22 14:49:15 -04:00
parent 7945dd3c3e
commit 0bba2627df
Failed to extract signature
3 changed files with 15 additions and 2 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2016-04-22T18:41:22Z"
content="""
You should not set annex.tune.* globally. Only set it when
initializing a new git-annex repo for the first time. Clones of the repo will
automatically inherit the tunings.
See [[tuning]].
"""]]

View file

@ -1311,7 +1311,8 @@ Here are all the supported configuration settings.
* `annex.tune.objecthash1`, `annex.tune.objecthashlower`, `annex.tune.branchhash1`
These can be passed to `git annex init` to tune the repository.
They cannot be safely changed in a running repository.
They cannot be safely changed in a running repository and should never be
set in global git configuration.
For details, see <https://git-annex.branchable.com/tuning/>.
# CONFIGURATION VIA .gitattributes

View file

@ -43,4 +43,5 @@ The following tuning parameters are available:
Note that git-annex will automatically propagate these settings to
`.git/config` for tuned repositories. You should never directly change
these settings in `.git/config`
these settings in `.git/config`, and should never set them in global
gitconfig.