summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-18 15:45:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-18 15:45:32 -0400
commit143dfbe071f6ee247b11897e1dcce84778cfe269 (patch)
tree6eaf28ab01af12f01f02a22540722450db041da7 /debian
parent400d689b0dcdfc802c642ab7d09c25dabc5709ee (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9c9b2c7c9..55f195dc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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