remove warnings about tuning being experimental

This commit is contained in:
Joey Hess 2024-10-22 13:27:25 -04:00
parent f54c5260e4
commit 8ef0c7836a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 8 additions and 3 deletions

View file

@ -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.
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
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:
* `annex.tune.objecthash1=true`

View file

@ -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.
"""]]