v8 repositories automatically upgrade to v9
authorJoey Hess <joeyh@joeyh.name>
Mon, 25 Jul 2022 20:09:11 +0000 (16:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 25 Jul 2022 20:20:04 +0000 (16:20 -0400)
commit63cef2ae0b4069050fe43b14cd1656fbc843b9a4
tree78d32c479adc735001b8139cd193c35ef4ee8f78
parentdf3020fb7e481d6bcf280e05b648861643dd8fb6
v8 repositories automatically upgrade to v9

(And v9 later on to v10.)

When v9/v10 were added, making v8 automatically upgrade was deferred
"for a few months" to prevent interoperability problems if users also
have an old version of git-annex. Of course that could still be the
case, but there has been a good amount of time and this can't be put off
forever.

Allow setting annex.autoupgraderepository to false to avoid this upgrade.
Previously, that only prevented upgrades from no longer supported git-annex
versions, but v8 is still supported, and users may want to keep on v8 to
interoperate with an old git-annex version.

Sponsored-by: Boyd Stephen Smith Jr. on Patreon
Annex/Version.hs
CHANGELOG
Upgrade.hs
doc/git-annex.mdwn
doc/upgrades.mdwn