Merge branch 'cw/gitweb-hilite-config'
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Oct 2010 19:10:35 +0000 (12:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Oct 2010 19:10:58 +0000 (12:10 -0700)
* cw/gitweb-hilite-config:
Enable highlight executable path as a configuration option

1  2 
gitweb/README
diff --combined gitweb/README
index d4811987965e5a5036b7ed71e32d93578579073a,bf3664f2b7b7b4b5177d172c6b99a84940244469..bf3664f2b7b7b4b5177d172c6b99a84940244469
mode 100644,100755..100644
@@@ -114,6 -114,11 +114,11 @@@ You can specify the following configura
     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 +241,11 @@@ not include variables usually directly 
     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
  ~~~~~~~~~~~~~~~~~~~~~~~~~