make git-clone GIT_WORK_TREE aware
commit20ccef49689b3f4dc7510c63d9867e1969eed1e3
authorMatthias Lederhofer <matled@gmx.net>
Thu, 5 Jul 2007 23:10:44 +0000 (6 01:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 6 Jul 2007 06:00:50 +0000 (5 23:00 -0700)
tree4469e038ed2f8fe87b8af663dc79c88267525ddd
parent68ad8910f7b090a431b2da4e5f7be3de96112fa7
make git-clone GIT_WORK_TREE aware

If GIT_WORK_TREE is set git-clone will use that path for the
working tree.

Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-clone.sh