annex object file mode for core.sharedRepository

When core.sharedRepository is set, annex object files are not made mode
444, since that prevents a user other than the file owner from locking
them. Instead, a mode such as 664 is used in this case.
This commit is contained in:
Joey Hess 2015-11-18 15:45:32 -04:00
parent e624ff9900
commit 0d432dd1a4
Failed to extract signature
4 changed files with 42 additions and 6 deletions

3
debian/changelog vendored
View file

@ -6,6 +6,9 @@ git-annex (5.20151117) UNRELEASED; urgency=medium
* Display progress meter in -J mode when downloading from the web.
* map: Improve display of git remotes with non-ssh urls, including http
and gcrypt.
* When core.sharedRepository is set, annex object files are not made mode
444, since that prevents a user other than the file owner from locking
them. Instead, a mode such as 664 is used in this case.
-- Joey Hess <id@joeyh.name> Mon, 16 Nov 2015 16:49:34 -0400