]> Lady’s Gitweb - Gitweb/commit
Enable highlight executable path as a configuration option
authorChristopher Wilson <redacted>
Tue, 21 Sep 2010 07:25:19 +0000 (00:25 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:30 +0000 (00:51 -0400)
commit427433c9d2a03fbe9535cc18685567c09009432e5f1fd4a79cfbd9aec89b281a
tree501e3cb56091d845fb1f4252c6a1c7780563757949c42b6aeed7ee83be1b9a9d
parentdf13f9818cca65a334738d144914079ce3dc01beb08c069177a194ef8e448e8b
Enable highlight executable path as a configuration option

Allow build-time/run-time configuration of the highlight executable
(must be the one from http://www.andre-simon.de due to assumptions
about parameters and output).  Defaults to previous behavior which
assumes that highlight is available on the server PATH. However, if
this is not the case, the path to the highlight executable can be
configured at build time as a configuration variable

    HIGHLIGHT_BIN = /path/to/highlight

or at runtime by configuring GITWEB_CONFIG

    $highlight_bin = /path/to/highlight

Signed-off-by: Christopher Wilson <redacted>
Acked-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
README
gitweb.perl
This page took 0.299065 seconds and 4 git commands to generate.