diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-10-06 12:10:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-10-06 12:10:58 -0700 |
| commit | 314ae0f421511137580ff6707643ccb75b2d2b34 (patch) | |
| tree | 94d2ff6450229871a71716750bedb4f80ad11fec /gitweb/README | |
| parent | Merge branch 'ab/makefile-track-cc' (diff) | |
| parent | Enable highlight executable path as a configuration option (diff) | |
| download | git-314ae0f421511137580ff6707643ccb75b2d2b34.tar.gz git-314ae0f421511137580ff6707643ccb75b2d2b34.zip | |
Merge branch 'cw/gitweb-hilite-config'
* cw/gitweb-hilite-config:
Enable highlight executable path as a configuration option
Diffstat (limited to 'gitweb/README')
| -rw-r--r-- | gitweb/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gitweb/README b/gitweb/README index d481198796..bf3664f2b7 100644 --- a/gitweb/README +++ b/gitweb/README @@ -114,6 +114,11 @@ You can specify the following configuration variables when building GIT: when gitweb.cgi is executed, then the file specified in the environment variable will be loaded instead of the file specified when gitweb.cgi was created. [Default: /etc/gitweb.conf] + * HIGHLIGHT_BIN + Path to the highlight executable to use (must be the one from + http://www.andre-simon.de due to assumptions about parameters and output). + Useful if highlight is not installed on your webserver's PATH. + [Default: highlight] Runtime gitweb configuration @@ -236,7 +241,11 @@ not include variables usually directly set during build): If server load exceed this value then return "503 Service Unavailable" error. Server load is taken to be 0 if gitweb cannot determine its value. Set it to undefined value to turn it off. The default is 300. - + * $highlight_bin + Path to the highlight executable to use (must be the one from + http://www.andre-simon.de due to assumptions about parameters and output). + Useful if highlight is not installed on your webserver's PATH. + [Default: highlight] Projects list file format ~~~~~~~~~~~~~~~~~~~~~~~~~ |
