diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-03 13:35:49 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-03 13:35:49 -0400 |
commit | 066cca60fdc2b90436a3356f19664d059da8580e (patch) | |
tree | 8e9b81e2cbebb14e44c37490dd8ac06d1abb9b25 /doc | |
parent | 5204ee7342bb0e5bc70d4a51bbc486f4e5e49a12 (diff) |
Honor core.sharedrepository when receiving and adding files in direct mode.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/400_mode_leakage.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/400_mode_leakage.mdwn b/doc/bugs/400_mode_leakage.mdwn index e0228a18a..63f0fb11d 100644 --- a/doc/bugs/400_mode_leakage.mdwn +++ b/doc/bugs/400_mode_leakage.mdwn @@ -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]] |