From fc2d10d2cd309b268525551eceea4ecb9ef2b11c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Aug 2022 12:40:43 -0400 Subject: [PATCH] fixed in v10 --- .../Wrong_permission_when_using_shared_repository.mdwn | 2 ++ ...comment_1_bfcb858bfd1c5377c2b15961b59a835a._comment | 10 ++++++++++ 2 files changed, 12 insertions(+) create mode 100644 doc/bugs/Wrong_permission_when_using_shared_repository/comment_1_bfcb858bfd1c5377c2b15961b59a835a._comment diff --git a/doc/bugs/Wrong_permission_when_using_shared_repository.mdwn b/doc/bugs/Wrong_permission_when_using_shared_repository.mdwn index 8f135149a4..bcb217dd01 100644 --- a/doc/bugs/Wrong_permission_when_using_shared_repository.mdwn +++ b/doc/bugs/Wrong_permission_when_using_shared_repository.mdwn @@ -64,3 +64,5 @@ My motivation here is the following: I want to use the git-annex as an (external ### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders) I have used git-annex in a single-user scenario yet. So far it works like a charm. I need more time to learn to get a hold of all functions but this is okay. + +> [[done]] in v10 --[[Joey]] diff --git a/doc/bugs/Wrong_permission_when_using_shared_repository/comment_1_bfcb858bfd1c5377c2b15961b59a835a._comment b/doc/bugs/Wrong_permission_when_using_shared_repository/comment_1_bfcb858bfd1c5377c2b15961b59a835a._comment new file mode 100644 index 0000000000..8050f6822c --- /dev/null +++ b/doc/bugs/Wrong_permission_when_using_shared_repository/comment_1_bfcb858bfd1c5377c2b15961b59a835a._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2022-08-17T16:38:40Z" + content=""" +This was necessary to allow locking the object files. + +Repository v10 fixed that, so if you upgrade your repository, +you will no longer have this problem. Run `git-annex upgrade`. +"""]]