Merge branch 'jc/no-git-config-in-clone'
authorJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2013 20:39:36 +0000 (12:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2013 20:39:37 +0000 (12:39 -0800)
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

1  2 
builtin/clone.c

diff --cc builtin/clone.c
Simple merge