about summary refs log tree commit diff stats
path: root/cgitrc
diff options
context:
space:
mode:
Diffstat (limited to 'cgitrc')
-rw-r--r--cgitrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/cgitrc b/cgitrc index 3bae642..f217b39 100644 --- a/cgitrc +++ b/cgitrc
@@ -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