Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2015-05-27 17:06:42 -04:00
commit d9c20d78ae
2 changed files with 8 additions and 1 deletions

View file

@ -11,7 +11,7 @@ Setup a shared git repository:
git init shared ; cd shared # you can also do this on an existing git annex repo
git config core.sharedrepository group
chmod g+rwX -R .
chown -R :media .
chgrp -R $group .
The idea here is to use the new (since [[news/version 4.20130909]]) support for git's `sharedRepository` configuration and restrict access to a specific group (instead of the default, a single user). You can also this to make the files accessible to all users on the system:

View file

@ -0,0 +1,7 @@
[[!comment format=mdwn
username="https://id.koumbit.net/anarcat"
subject="comment 2"
date="2015-05-27T21:05:24Z"
content="""
i believe the bug madduck mentionned here was fixed. but i can't confirm by my own tests, things seem confused over here...
"""]]