From: Martin Langhoff <hidden> Date: 2016-06-15 22:42:30
On 6/18/06, Jakub Narebski [off-list ref] wrote:
So GIT_CONFIG would be ~/.gitconfig, and GIT_CONFIG_LOCAL would be
$GIT_DIR/config or what?
I don't quite follow why gitweb needs a GIT_CONFIG_LOCAL defined.
Given that it works in a CGI environment, it should read
$GIT_DIR/config by default, and $GIT_CONFIG if set (from httpd.conf).
cheers,
martin