Honor core.sharedrepository when receiving and adding files in direct mode.

This commit is contained in:
Joey Hess 2013-09-03 13:35:49 -04:00
parent f536438ccc
commit 67fda9e669
3 changed files with 23 additions and 0 deletions

View file

@ -15,3 +15,11 @@ files transit through a special remote, using modes to limit access to
individual files is not wise.)
--[[Joey]]
> Revisiting this, git-annex already honors core.sharedrepository settings,
> so I just needed to set it to `world` to allow everyone to read.
>
> There was a code path in direct mode where that didn't work; fixed that.
>
> [[done]]
> --[[Joey]]