Merge branch 'jc/no-git-config-in-clone' into next
commitfeeffe1c116e67b082c1bda94e0724f95d1f53e6
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 20:06:31 +0000 (15 12:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Jan 2013 20:06:31 +0000 (15 12:06 -0800)
treea9961fe1b7cccf02e927b222922379c4e6ea0504
parent8460acf1cd88515bbdb5b7ba8430fb259e033bb4
parent3f4f4cc0da03b312fabcd5a509baa8092de39534
Merge branch 'jc/no-git-config-in-clone' into next

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
builtin/clone.c