Fix install-doc-quick target
commit00d8c5180dde7434930bfbdf20bc296e9241e4fc
authorJunio C Hamano <gitster@pobox.com>
Sun, 5 Aug 2007 06:48:27 +0000 (4 23:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 5 Aug 2007 17:56:50 +0000 (5 10:56 -0700)
tree3c21ec1831c889b825ccee34422526ee68153503
parent936492d3cf96817f03182712ca14eb4744c721ef
Fix install-doc-quick target

The script starts in a subdirectory of the source directory to
muck with a branch whose structure does not have anything to
do with the actual work tree.  Go up to the top to make it clear
that we operate on the whole tree.

It also exported GIT_DIR without any good reason.  Remove it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/install-doc-quick.sh