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:
parent
e624ff9900
commit
0d432dd1a4
4 changed files with 42 additions and 6 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue