gitserver: always inherit process environment
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.