diff options
-rw-r--r-- | tools/gitolite.html | 3 | ||||
-rw-r--r-- | tools/index.html | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/gitolite.html b/tools/gitolite.html index 58d6d96..52206fd 100644 --- a/tools/gitolite.html +++ b/tools/gitolite.html @@ -418,6 +418,9 @@ # End of file </pre> + <h3 id="gitweb">5. Gitweb</h3> + + <p>Edit the /home/git/.gitolite.rc and change the UMASK value as 0027</p> <a href="index.html">Tools Index</a> <p>This is part of the c9-doc Manual. Copyright (C) 2016 diff --git a/tools/index.html b/tools/index.html index 1b63a92..5f3ebfb 100644 --- a/tools/index.html +++ b/tools/index.html @@ -139,6 +139,7 @@ <li><a href="gitolite.html#config">2. Configure Gitolite</a></li> <li><a href="gitolite.html#admin">3. Gitolite Administration</a></li> <li><a href="gitolite.html#hooks">4. Gitolite Hooks</a></li> + <li><a href="gitolite.html#hooks">5. Gitweb</a></li> </ul> </li> <li><a href="postgresql.html">Postgresql</a> |