diff options
author | Sitaram Chamarty <sitaramc@gmail.com> | 2019-04-22 08:45:01 +0530 |
---|---|---|
committer | Sitaram Chamarty <sitaramc@gmail.com> | 2019-04-22 08:46:44 +0530 |
commit | 39293e68433768e18c110d5c40836bde0f17d995 (patch) | |
tree | 14522ae4d893c252c7bc3e7ced64172f6a61fa0b | |
parent | VREF/MAX_NEWBIN_SIZE does not handle deletion (diff) | |
download | gitolite-gentoo-39293e68433768e18c110d5c40836bde0f17d995.tar.gz gitolite-gentoo-39293e68433768e18c110d5c40836bde0f17d995.tar.bz2 gitolite-gentoo-39293e68433768e18c110d5c40836bde0f17d995.zip |
RepoUmask: mention the need for a manual chmod for existing repos
-rw-r--r-- | src/lib/Gitolite/Triggers/RepoUmask.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/Gitolite/Triggers/RepoUmask.pm b/src/lib/Gitolite/Triggers/RepoUmask.pm index 109cb31..276cd01 100644 --- a/src/lib/Gitolite/Triggers/RepoUmask.pm +++ b/src/lib/Gitolite/Triggers/RepoUmask.pm @@ -23,6 +23,10 @@ use warnings; option umask = 0027 + * Anytime you add or change the value, if there are existing repos that + would be affected, you will need to do a manual "chmod" adjustment, + because umask only affects newly created files. + =cut # sadly option/config values are not available at pre_create time for normal |