Unidiff1 files changed, 1 insertions, 1 deletions
|
diff --git a/cgitrc b/cgitrc index bd180b4..34ea116 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -131,9 +131,9 @@ |
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 |
|