Unidiff1 files changed, 12 insertions, 0 deletions
|
diff --git a/cgitrc b/cgitrc index 6363c9c..ce0c01b 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -8,6 +8,11 @@ |
8 | #nocache=0 |
8 | #nocache=0 |
9 | |
9 | |
10 | |
10 | |
| |
11 | ## This variable can be used to override the default value for "robots" |
| |
12 | ## meta-tag. If unset, the meta-tag isn't generated. |
| |
13 | #robots=index, nofollow |
| |
14 | |
| |
15 | |
11 | ## Set allowed snapshot types by default. Can be overridden per repo |
16 | ## Set allowed snapshot types by default. Can be overridden per repo |
12 | # can be any combination of zip/tar.gz/tar.bz2/tar |
17 | # can be any combination of zip/tar.gz/tar.bz2/tar |
13 | #snapshots=0 |
18 | #snapshots=0 |
@@ -111,6 +116,11 @@ |
111 | #module-link=./?repo=%s&page=commit&id=%s |
116 | #module-link=./?repo=%s&page=commit&id=%s |
112 | |
117 | |
113 | |
118 | |
| |
119 | ## Shared prefix which, when combined with repo url, becomes the url used |
| |
120 | ## to clone the repo |
| |
121 | #clone-prefix= |
| |
122 | |
| |
123 | |
114 | ## Number of chars shown of repo description (in repolist view) |
124 | ## Number of chars shown of repo description (in repolist view) |
115 | #max-repodesc-length=60 |
125 | #max-repodesc-length=60 |
116 | |
126 | |
@@ -162,12 +172,14 @@ |
162 | #repo.enable-log-linecount=0 ## override the default linecount setting |
172 | #repo.enable-log-linecount=0 ## override the default linecount setting |
163 | #repo.module-link=/git/%s/commit/?id=%s ## override the standard module-link |
173 | #repo.module-link=/git/%s/commit/?id=%s ## override the standard module-link |
164 | #repo.readme=info/web/readme ## specify a file to include on summary page |
174 | #repo.readme=info/web/readme ## specify a file to include on summary page |
| |
175 | #repo.clone-url=git://hjemli.net/pub/git/cgit |
165 | |
176 | |
166 | ## Additional repositories grouped under "mirrors" |
177 | ## Additional repositories grouped under "mirrors" |
167 | #repo.group=mirrors |
178 | #repo.group=mirrors |
168 | |
179 | |
169 | #repo.url=git |
180 | #repo.url=git |
170 | #repo.path=/pub/git/git |
181 | #repo.path=/pub/git/git |
| |
182 | #repo.clone-url=git://hjemli.net/pub/git/git |
171 | # |
183 | # |
172 | #repo.url=linux |
184 | #repo.url=linux |
173 | #repo.path=/pub/git/linux |
185 | #repo.path=/pub/git/linux |
|