response; improve docs
This commit is contained in:
parent
7945dd3c3e
commit
0bba2627df
3 changed files with 15 additions and 2 deletions
|
@ -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]].
|
||||||
|
"""]]
|
|
@ -1311,7 +1311,8 @@ Here are all the supported configuration settings.
|
||||||
* `annex.tune.objecthash1`, `annex.tune.objecthashlower`, `annex.tune.branchhash1`
|
* `annex.tune.objecthash1`, `annex.tune.objecthashlower`, `annex.tune.branchhash1`
|
||||||
|
|
||||||
These can be passed to `git annex init` to tune the repository.
|
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/>.
|
For details, see <https://git-annex.branchable.com/tuning/>.
|
||||||
|
|
||||||
# CONFIGURATION VIA .gitattributes
|
# CONFIGURATION VIA .gitattributes
|
||||||
|
|
|
@ -43,4 +43,5 @@ The following tuning parameters are available:
|
||||||
|
|
||||||
Note that git-annex will automatically propagate these settings to
|
Note that git-annex will automatically propagate these settings to
|
||||||
`.git/config` for tuned repositories. You should never directly change
|
`.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.
|
||||||
|
|
Loading…
Reference in a new issue