From ed2c1839fd8e0616165de569cff939dc3bf6527d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 2 Jan 2018 17:17:10 -0400 Subject: Fix several places where files in .git/annex/ were written with modes that did not take the core.sharedRepository config into account. git grep writeFile finds some more that might also be problems, but for now I've concentrated on .git/annex/ log files. There are certianly cases where writeFile is not a problem too. This commit was sponsored by mo on Patreon. --- git-annex.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'git-annex.cabal') diff --git a/git-annex.cabal b/git-annex.cabal index d5178e858..0053a63e5 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -860,6 +860,7 @@ Executable git-annex Logs.Difference Logs.Difference.Pure Logs.Export + Logs.File Logs.FsckResults Logs.Group Logs.Line -- cgit v1.2.3