commit | 00d8c5180dde7434930bfbdf20bc296e9241e4fc | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sat Aug 04 23:48:27 2007 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Aug 05 10:56:50 2007 -0700 |
tree | 3c21ec1831c889b825ccee34422526ee68153503 | |
parent | 936492d3cf96817f03182712ca14eb4744c721ef [diff] |
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>