diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-26 13:41:25 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-26 13:41:25 +0300 |
commit | 6633589d81213e2c65452825facf4017d2fc4986 (patch) | |
tree | b12a07c597eebff0ff2d7536ecc988027cf22f52 /docker/frontend/etc/cgit/cgitrc | |
parent | workflows/ci: skip the example config test for PyPI builds (diff) | |
download | cgitize-6633589d81213e2c65452825facf4017d2fc4986.tar.gz cgitize-6633589d81213e2c65452825facf4017d2fc4986.zip |
docker: add comments to frontend configuration
Diffstat (limited to 'docker/frontend/etc/cgit/cgitrc')
-rw-r--r-- | docker/frontend/etc/cgit/cgitrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/frontend/etc/cgit/cgitrc b/docker/frontend/etc/cgit/cgitrc index e12b2f4..55a97bd 100644 --- a/docker/frontend/etc/cgit/cgitrc +++ b/docker/frontend/etc/cgit/cgitrc @@ -1,3 +1,4 @@ +# Always include this (unless you disagree with my choices, of course). include=/etc/cgit/common root-title=My git repositories |