diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-06-19 00:56:40 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-06-19 00:56:40 +0200 |
commit | 0d05bca502f4a5347fa629045aca97ba9b404acc (patch) | |
tree | e11b6a3e183aab02824f83c51759b5d426a64a67 /cgitrc | |
parent | Change S/L/T to summary/log/tree (diff) | |
download | cgit-pink-0d05bca502f4a5347fa629045aca97ba9b404acc.tar.gz cgit-pink-0d05bca502f4a5347fa629045aca97ba9b404acc.zip |
Add setting to enable/disable extra links on index page
The summary/log/tree links displayed for each repository on the index page lost some of their purpose when the header menu was added, so this commit introduces the parameter 'enable-index-links' which must be set to 1 to enable these links. Suggested-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | cgitrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc b/cgitrc index 0f602e4..40877f8 100644 --- a/cgitrc +++ b/cgitrc @@ -12,6 +12,10 @@ #snapshots=0 +## Enable/disable extra links to summary/log/tree per repo on index page +#enable-index-links=0 + + ## Enable/disable display of 'number of files changed' in log view #enable-log-filecount=0 |