summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaramc@gmail.com>2019-04-22 08:45:01 +0530
committerSitaram Chamarty <sitaramc@gmail.com>2019-04-22 08:46:44 +0530
commit39293e68433768e18c110d5c40836bde0f17d995 (patch)
tree14522ae4d893c252c7bc3e7ced64172f6a61fa0b
parent657ac9f89fad87c2790982029386bd720417e26f (diff)
RepoUmask: mention the need for a manual chmod for existing repos
-rw-r--r--src/lib/Gitolite/Triggers/RepoUmask.pm4
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