Merge branch 'dg/submodule-in-dismembered-working-tree'
authorJunio C Hamano <gitster@pobox.com>
Sat, 28 Jul 2012 04:13:46 +0000 (21:13 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Jul 2012 04:13:46 +0000 (21:13 -0700)
In a superproject that has repository outside of its working tree,
"git submodule add" failed to clone a new submodule, as GIT_DIR and
GIT_WORK_TREE environment variables necessary to work in such a
superproject interfered with access to the submodule repository.

* dg/submodule-in-dismembered-working-tree:
  git-submodule: work with GIT_DIR/GIT_WORK_TREE


Trivial merge