Re: [PATCH] unset CDPATH in git-clone

2005-09-06 Thread Carl Baldwin
On Mon, Sep 05, 2005 at 12:37:58PM -0700, Junio C Hamano wrote: > Carl Baldwin <[EMAIL PROTECTED]> writes: > > > The function get_repo_base seems to break with this CDPATH. > > Sorry, your message somehow slipped my filtering. Thanks for > the analysis. Of course, CDPATH would break it. > > Is

Re: [PATCH] unset CDPATH in git-clone

2005-09-05 Thread Junio C Hamano
Carl Baldwin <[EMAIL PROTECTED]> writes: > The function get_repo_base seems to break with this CDPATH. Sorry, your message somehow slipped my filtering. Thanks for the analysis. Of course, CDPATH would break it. Is there any good reason why somebody would want to have CDPATH in his environment

[PATCH] unset CDPATH in git-clone

2005-09-01 Thread Carl Baldwin
Hello, A colleague was having problems with git clone. It seemed to work as expected for me so I went into his environment to see what was causing it to fail. I found that he had set the CDPATH environment variable to something like '.:..:../..:$HOME'. Try this (using bash) and you'll see the p