From: Joey Hess Date: Tue, 22 Oct 2024 17:27:25 +0000 (-0400) Subject: remove warnings about tuning being experimental X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~17^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ef0c7836ab3b033a397ebfdf1e9370318e2b15f;p=git-annex.git remove warnings about tuning being experimental --- diff --git a/doc/tuning.mdwn b/doc/tuning.mdwn index 45d0edd20c..5850d7b8f9 100644 --- a/doc/tuning.mdwn +++ b/doc/tuning.mdwn @@ -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` diff --git a/doc/tuning/comment_8_b6d4ce08b9c3b0f4baf29d0723ca83d4._comment b/doc/tuning/comment_8_b6d4ce08b9c3b0f4baf29d0723ca83d4._comment new file mode 100644 index 0000000000..18467f287e --- /dev/null +++ b/doc/tuning/comment_8_b6d4ce08b9c3b0f4baf29d0723ca83d4._comment @@ -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. +"""]]