diff options
Diffstat (limited to 'cgitrc')
-rw-r--r-- | cgitrc | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -47,6 +47,10 @@ | |||
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 | ||
@@ -81,4 +85,5 @@ | |||
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 | ||