open todo

This commit is contained in:
Joey Hess 2021-10-12 13:42:08 -04:00
parent c2a44eab50
commit b117f9338d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 22 additions and 0 deletions

13
doc/todo/v9_changes.mdwn Normal file
View file

@ -0,0 +1,13 @@
This is a todo for collecting changes that could lead to a v9 repository
version.
Currently, there does not seem to be enough reason to warrant one, but that
could change and if it does, these things could be included.
* Change locking of annexed files to use a separate lock file
rather than posix locking the file itself.
This would let write bits be removed from the file when
core.sharedRepository is set. See <https://git-annex.branchable.com/bugs/shared_setting_of_git_causes_annex__39__ed_files_to_be_writeable__33__/>
Note that windows already uses a separate lock file.