author | Michael Krelin <hacker@klever.net> | 2007-09-14 17:28:09 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-09-14 17:28:09 (UTC) |
commit | 7921572fb1fd28ec7523fcf5ed03eaf8a3432e65 (patch) (unidiff) | |
tree | 64c8b99be12bd3ade5d926e2d18b0039062d899d /cgitrc | |
parent | 0602d8c4f0b6752c59fd417364b26ed9447f3743 (diff) | |
download | cgit-7921572fb1fd28ec7523fcf5ed03eaf8a3432e65.zip cgit-7921572fb1fd28ec7523fcf5ed03eaf8a3432e65.tar.gz cgit-7921572fb1fd28ec7523fcf5ed03eaf8a3432e65.tar.bz2 |
fixed typo in cgitrc
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | cgitrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,13 +129,13 @@ | |||
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 |