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-Tag: v1.8.2-rc0~71 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ba96aa67be5a85a7f7a61e967c16e38d077fce88 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