Unidiff1 files changed, 4 insertions, 0 deletions
|
diff --git a/cgitrc b/cgitrc index e7e731c..f923cc4 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -42,24 +42,28 @@ |
42 | ## Link to logo file |
42 | ## Link to logo file |
43 | #logo=/cgit/git-logo.png |
43 | #logo=/cgit/git-logo.png |
44 | |
44 | |
45 | |
45 | |
46 | ## Url loaded when clicking the logo |
46 | ## Url loaded when clicking the logo |
47 | #logo-link=http://www.kernel.org/pub/software/scm/git/docs/ |
47 | #logo-link=http://www.kernel.org/pub/software/scm/git/docs/ |
48 | |
48 | |
49 | |
49 | |
50 | ## Url loaded when clicking a submodule link |
50 | ## Url loaded when clicking a submodule link |
51 | #module-link=./?repo=%s&page=commit&id=%s |
51 | #module-link=./?repo=%s&page=commit&id=%s |
52 | |
52 | |
53 | |
53 | |
| |
54 | ## Number of chars shown of repo description (in repolist view) |
| |
55 | #max-repodesc-length=60 |
| |
56 | |
| |
57 | |
54 | ## Number of chars shown of commit subject message (in log view) |
58 | ## Number of chars shown of commit subject message (in log view) |
55 | #max-message-length=60 |
59 | #max-message-length=60 |
56 | |
60 | |
57 | |
61 | |
58 | ## Number of commits per page in log view |
62 | ## Number of commits per page in log view |
59 | #max-commit-count=50 |
63 | #max-commit-count=50 |
60 | |
64 | |
61 | |
65 | |
62 | ## Root of cached output |
66 | ## Root of cached output |
63 | #cache-root=/var/cache/cgit |
67 | #cache-root=/var/cache/cgit |
64 | |
68 | |
65 | |
69 | |
|