|
diff --git a/cgitrc b/cgitrc index bd180b4..34ea116 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -111,49 +111,49 @@ |
111 | ## |
111 | ## |
112 | ## Time-To-Live settings: specifies how long (in minutes) different pages |
112 | ## Time-To-Live settings: specifies how long (in minutes) different pages |
113 | ## should be cached (0 for instant expiration, -1 for immortal pages) |
113 | ## should be cached (0 for instant expiration, -1 for immortal pages) |
114 | ## |
114 | ## |
115 | |
115 | |
116 | ## ttl for root page |
116 | ## ttl for root page |
117 | #cache-root-ttl=5 |
117 | #cache-root-ttl=5 |
118 | |
118 | |
119 | ## ttl for repo summary page |
119 | ## ttl for repo summary page |
120 | #cache-repo-ttl=5 |
120 | #cache-repo-ttl=5 |
121 | |
121 | |
122 | ## ttl for other dynamic pages |
122 | ## ttl for other dynamic pages |
123 | #cache-dynamic-ttl=5 |
123 | #cache-dynamic-ttl=5 |
124 | |
124 | |
125 | ## ttl for static pages (addressed by SHA-1) |
125 | ## ttl for static pages (addressed by SHA-1) |
126 | #cache-static-ttl=-1 |
126 | #cache-static-ttl=-1 |
127 | |
127 | |
128 | |
128 | |
129 | |
129 | |
130 | ## Example repository entry. Required values are repo.url and repo.path (each |
130 | ## Example repository entry. Required values are repo.url and repo.path (each |
131 | ## repository section must start with repo.url). |
131 | ## repository section must start with repo.url). |
132 | #repo.url=cgit |
132 | #repo.url=cgit |
133 | #repo.name=cgit |
133 | #repo.name=cgit |
134 | #repo.desc=the caching cgi for git |
134 | #repo.desc=the caching cgi for git |
135 | #repo.path=/pub/git/cgit ## this is the path to $GIR_DIR |
135 | #repo.path=/pub/git/cgit ## this is the path to $GIT_DIR |
136 | #repo.owner=Lars Hjemli |
136 | #repo.owner=Lars Hjemli |
137 | #repo.defbranch=master ## define a default branch |
137 | #repo.defbranch=master ## define a default branch |
138 | #repo.snapshots=tar.bz2 ## override a sitewide snapshot-setting |
138 | #repo.snapshots=tar.bz2 ## override a sitewide snapshot-setting |
139 | #repo.enable-log-filecount=0 ## override the default filecount setting |
139 | #repo.enable-log-filecount=0 ## override the default filecount setting |
140 | #repo.enable-log-linecount=0 ## override the default linecount setting |
140 | #repo.enable-log-linecount=0 ## override the default linecount setting |
141 | #repo.module-link=/git/%s/commit/?id=%s ## override the standard module-link |
141 | #repo.module-link=/git/%s/commit/?id=%s ## override the standard module-link |
142 | #repo.readme=info/web/readme ## specify a file to include on summary page |
142 | #repo.readme=info/web/readme ## specify a file to include on summary page |
143 | |
143 | |
144 | ## Additional repositories grouped under "mirrors" |
144 | ## Additional repositories grouped under "mirrors" |
145 | #repo.group=mirrors |
145 | #repo.group=mirrors |
146 | |
146 | |
147 | #repo.url=git |
147 | #repo.url=git |
148 | #repo.path=/pub/git/git |
148 | #repo.path=/pub/git/git |
149 | # |
149 | # |
150 | #repo.url=linux |
150 | #repo.url=linux |
151 | #repo.path=/pub/git/linux |
151 | #repo.path=/pub/git/linux |
152 | |
152 | |
153 | ## A group of private repositories (with a working directory) |
153 | ## A group of private repositories (with a working directory) |
154 | #repo.group=private |
154 | #repo.group=private |
155 | |
155 | |
156 | #repo.url=larsh/cgit |
156 | #repo.url=larsh/cgit |
157 | #repo.path=/home/larsh/src/cgit/.git |
157 | #repo.path=/home/larsh/src/cgit/.git |
158 | |
158 | |
159 | #repo.url=larsh/git |
159 | #repo.url=larsh/git |
|