diff options
Diffstat (limited to 'post-update')
| -rwxr-xr-x | post-update | 3 |
1 files changed, 3 insertions, 0 deletions
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)" |
