From: Junio C Hamano Date: Fri, 1 Feb 2013 20:39:36 +0000 (-0800) Subject: Merge branch 'jc/no-git-config-in-clone' X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba96aa67be5a85a7f7a61e967c16e38d077fce88;p=git.git Merge branch 'jc/no-git-config-in-clone' We stopped paying attention to $GIT_CONFIG environment that points at a single configuration file from any command other than "git config" quite a while ago, but "git clone" internally set, exported, and then unexported the variable during its operation unnecessarily. * jc/no-git-config-in-clone: clone: do not export and unexport GIT_CONFIG --- ba96aa67be5a85a7f7a61e967c16e38d077fce88