diff options
author | Lars Hjemli | 2007-06-19 00:56:40 +0200 |
---|---|---|
committer | Lars Hjemli | 2007-06-19 00:56:40 +0200 |
commit | 0d05bca502f4a5347fa629045aca97ba9b404acc (patch) | |
tree | e11b6a3e183aab02824f83c51759b5d426a64a67 /cgit.h | |
parent | a215bf4620113fcefb8dd3442bf3501bd648c463 (diff) | |
download | cgit-0d05bca502f4a5347fa629045aca97ba9b404acc.tar.gz cgit-0d05bca502f4a5347fa629045aca97ba9b404acc.tar.bz2 cgit-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 <[email protected]>
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ extern char *cgit_repo_group; | |||
118 | 118 | ||
119 | extern int cgit_nocache; | 119 | extern int cgit_nocache; |
120 | extern int cgit_snapshots; | 120 | extern int cgit_snapshots; |
121 | extern int cgit_enable_index_links; | ||
121 | extern int cgit_enable_log_filecount; | 122 | extern int cgit_enable_log_filecount; |
122 | extern int cgit_enable_log_linecount; | 123 | extern int cgit_enable_log_linecount; |
123 | extern int cgit_max_lock_attempts; | 124 | extern int cgit_max_lock_attempts; |