Skip to content

gitserver: always inherit process environment

Administrator requested to merge core/http-proxy into master

Created by: keegancsmith

For fetch and clone we would set environment variables. This would lead us to not inheriting the parent process environment variables. However, there are many cases were an admin would want to set environment variables to influence git. These include "http_proxy", "GIT_SSL_NO_VERIFY", etc.

Fixes https://github.com/sourcegraph/sourcegraph/issues/250

Merge request reports

Loading