From 575ed03f3ed584fb5f7e19eb40057a71c6f2c463 Mon Sep 17 00:00:00 2001 From: steering7253 Date: Sun, 7 Jun 2026 11:19:50 -0600 Subject: post-update - set umask to 0022 --- post-update | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post-update b/post-update index 4a91eb3..aaa2065 100755 --- a/post-update +++ b/post-update @@ -1,5 +1,8 @@ #!/bin/sh +# this should maybe examine core.sharedRepository first +umask 0002 + default_branch="$(git rev-parse --abbrev-ref HEAD)" default_branch_path="$(git rev-parse --symbolic-full-name HEAD)" -- cgit v1.3.1-10-gc9f91