summaryrefslogtreecommitdiffabout
path: root/cgitrc
Unidiff
Diffstat (limited to 'cgitrc') (more/less context) (ignore whitespace changes)
-rw-r--r--cgitrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc
index eaa9ce3..054a708 100644
--- a/cgitrc
+++ b/cgitrc
@@ -99,12 +99,13 @@
99 99
100## Example repository entry. Required values are repo.url and repo.path (each 100## Example repository entry. Required values are repo.url and repo.path (each
101## repository section must start with repo.url). 101## repository section must start with repo.url).
102#repo.url=cgit 102#repo.url=cgit
103#repo.name=cgit 103#repo.name=cgit
104#repo.desc=the caching cgi for git 104#repo.desc=the caching cgi for git
105#repo.path=/pub/git/cgit 105#repo.path=/pub/git/cgit
106#repo.owner=Lars Hjemli 106#repo.owner=Lars Hjemli
107 #repo.snapshots=1 # override a sitewide snapshot-setting 107 #repo.snapshots=1 # override a sitewide snapshot-setting
108 #repo.enable-log-filecount=0 # override the default filecount setting 108 #repo.enable-log-filecount=0 # override the default filecount setting
109 #repo.enable-log-linecount=0 # override the default linecount setting 109 #repo.enable-log-linecount=0 # override the default linecount setting
110 #repo.module-link=/git/%s/commit/?id=%s # override the standard module-link 110 #repo.module-link=/git/%s/commit/?id=%s # override the standard module-link
111 #repo.readme=info/web/readme # specify a file to include on summary page