]> gitweb.ps.run Git - ps-cgit/blobdiff - cgitrc.5.txt
Add support for repo-local cgitrc file
[ps-cgit] / cgitrc.5.txt
index e99c9f7b1f9765341419c17b621b98ebb5f8ca7b..df494aa5fbb66a57a5cecfe7a547a45e0ca53c21 100644 (file)
@@ -326,6 +326,15 @@ repo.url::
        setting specified for each repo. Default value: none.
 
 
+REPOSITORY-SPECIFIC CGITRC FILE
+-------------------------------
+When the option 'scan-path' is used to auto-discover git repositories, cgit
+will try to parse the file 'cgitrc' within any found repository. Such a repo-
+specific config file may contain any of the repo-specific options described
+above, except 'repo.url' and 'repo.path'. Also, in a repo-specific config
+file, the 'repo.' prefix is dropped from the config option names.
+
+
 EXAMPLE CGITRC FILE
 -------------------