git-sh-setup.sh: make GIT_DIR absolute
authorDavid Kastrup <dak@gnu.org>
Sat, 11 Aug 2007 13:36:28 +0000 (15:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 14 Aug 2007 04:19:48 +0000 (21:19 -0700)
Quite a few of the scripts are rather careless about using GIT_DIR
while changing directories.

Some try their hands (with different likelihood of success) in making
GIT_DIR absolute.

This patch lets git-sh-setup.sh cater for absolute directories (in a
way that should work reliably also with non-Unix path names) and
removes the respective kludges in git-filter-branch.sh and
git-instaweb.sh.

Signed-off-by: David Kastrup <dak@gnu.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found