Fix several places where files in .git/annex/ were written with modes that did...
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.
Showing
- Annex/Transfer.hs 2 additions, 2 deletionsAnnex/Transfer.hs
- CHANGELOG 2 additions, 2 deletionsCHANGELOG
- Command/Fsck.hs 6 additions, 6 deletionsCommand/Fsck.hs
- Command/FuzzTest.hs 1 addition, 1 deletionCommand/FuzzTest.hs
- Command/ImportFeed.hs 2 additions, 3 deletionsCommand/ImportFeed.hs
- Logs/File.hs 24 additions, 0 deletionsLogs/File.hs
- Logs/FsckResults.hs 7 additions, 10 deletionsLogs/FsckResults.hs
- Logs/Schedule.hs 2 additions, 2 deletionsLogs/Schedule.hs
- Logs/Transfer.hs 11 additions, 6 deletionsLogs/Transfer.hs
- Logs/Unused.hs 2 additions, 6 deletionsLogs/Unused.hs
- Logs/View.hs 2 additions, 2 deletionsLogs/View.hs
- git-annex.cabal 1 addition, 0 deletionsgit-annex.cabal
Please register or sign in to comment