prevent appends except when annex.alwayscompact=false
authorJoey Hess <joeyh@joeyh.name>
Wed, 20 Jul 2022 17:19:06 +0000 (13:19 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 20 Jul 2022 17:23:55 +0000 (13:23 -0400)
commit4e88137a283a4b522fb98a41ef6e2f87eee847dc
treeb2c8ca951bdc67fe3a149b0b4d55100c3ad3f625
parentd275874e6c7d37eba9e8f769e8ba1d583c6cc57a
prevent appends except when annex.alwayscompact=false

I would like for a new repo version to enable appends, but to do so
safely would need a v11 followed by a 1 year delay followed by a v12
that does it. Since a similar v9 and v10 transition is currently
happening, and is less than 6 months along in most repos, it does not
feel wise to stack up another year-long transition behind that. What if
I need to hurry up a new repo version for some other change?

Added todo so I remember to make this change at some time when a v11
and probably v12 repo version do make sense.

Sponsored-by: Dartmouth College's DANDI project
Annex/Branch.hs
CHANGELOG
doc/git-annex.mdwn
doc/todo/v11_changes.mdwn [new file with mode: 0644]