remove warnings about tuning being experimental
This commit is contained in:
parent
f54c5260e4
commit
8ef0c7836a
2 changed files with 8 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
git-annex now has experimental support for tuning a repository for
|
git-annex now has support for tuning a repository for
|
||||||
different work loads.
|
different work loads.
|
||||||
|
|
||||||
For example, a repository with a very large number of files in it may work
|
For example, a repository with a very large number of files in it may work
|
||||||
|
@ -25,8 +25,6 @@ prevent merging their git-annex branches together, but it cannot prevent
|
||||||
`git merge remote/master` merging two branches, and the result will be ugly
|
`git merge remote/master` merging two branches, and the result will be ugly
|
||||||
at best (`git annex fix` can fix up the mess somewhat).
|
at best (`git annex fix` can fix up the mess somewhat).
|
||||||
|
|
||||||
Again, tuned repositories are an experimental feature; use with caution!
|
|
||||||
|
|
||||||
The following tuning parameters are available:
|
The following tuning parameters are available:
|
||||||
|
|
||||||
* `annex.tune.objecthash1=true`
|
* `annex.tune.objecthash1=true`
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""Re: Still experimental?"""
|
||||||
|
date="2024-10-22T17:26:55Z"
|
||||||
|
content="""
|
||||||
|
Tuning is not experimental for some time, I've removed the warnings.
|
||||||
|
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue