summaryrefslogtreecommitdiff
path: root/doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permissio...
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 /doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permission_denied_for_files_edited_by_others.mdwn
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 'doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permission_denied_for_files_edited_by_others.mdwn')
-rw-r--r--doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permission_denied_for_files_edited_by_others.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permission_denied_for_files_edited_by_others.mdwn b/doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permission_denied_for_files_edited_by_others.mdwn
index 204e81221..f67d73ba4 100644
--- a/doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permission_denied_for_files_edited_by_others.mdwn
+++ b/doc/bugs/Move_out_of_shared_repository_as___34__maintenance_user__34___gives_permission_denied_for_files_edited_by_others.mdwn
@@ -247,3 +247,5 @@ git-annex: .git/annex/unused: openFile: permission denied (Permission denied)
# End of transcript or log.
"""]]
+
+> [[fixed|done]] --[[Joey]]