Unidiff1 files changed, 6 insertions, 1 deletions
|
diff --git a/cgitrc b/cgitrc index 3bae642..f217b39 100644 --- a/ cgitrc+++ b/ cgitrc |
|
@@ -46,8 +46,12 @@ |
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 |
| |
51 | #module-link=./?repo=%s&page=commit&id=%s |
| |
52 | |
| |
53 | |
50 | ## Number of chars shown of commit subject message (in log view) |
54 | ## Number of chars shown of commit subject message (in log view) |
51 | #max-message-length=60 |
55 | #max-message-length=60 |
52 | |
56 | |
53 | |
57 | |
@@ -80,5 +84,6 @@ |
80 | #repo.name=cgit |
84 | #repo.name=cgit |
81 | #repo.desc=the caching cgi for git |
85 | #repo.desc=the caching cgi for git |
82 | #repo.path=/pub/git/cgit |
86 | #repo.path=/pub/git/cgit |
83 | #repo.owner=Lars Hjemli |
87 | #repo.owner=Lars Hjemli |
84 | #repo.snapshots=1 # override a sitewide snapshot-setting |
88 | #repo.snapshots=1 # override a sitewide snapshot-setting |
| |
89 | #repo.module-link=/git/%s/commit/?id=%s # override the standard module-link |
|