Re: git clone stable-2.6.25.y fails over HTTP

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Daniel Barkalow
Date: Thursday, June 5, 2008 - 1:53 pm

On Wed, 4 Jun 2008, Greg KH wrote:


We're using getcwd() to make the absolute path, but it looks like we 
should check whether $PWD is set and names the same directory, and, if so, 
base on that instead.

Actually, make_absolute_path() seems to go to an awful lot of trouble to 
make sure that there aren't symlinks in the resulting path. Is this 
actually necessary or even desireable for some reason? Should clone be 
just pasting $PWD (or, failing that, getcwd()) and the given path, and 
using that to identify the repo to clone?

	-Daniel
*This .sig left intentionally blank*
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: git clone stable-2.6.25.y fails over HTTP, Greg KH, (Wed Jun 4, 8:45 am)
Re: git clone stable-2.6.25.y fails over HTTP, Junio C Hamano, (Wed Jun 4, 10:09 am)
Re: git clone stable-2.6.25.y fails over HTTP, Jakub Narebski, (Wed Jun 4, 11:00 am)
Re: git clone stable-2.6.25.y fails over HTTP, Junio C Hamano, (Wed Jun 4, 11:02 am)
Re: git clone stable-2.6.25.y fails over HTTP, Greg KH, (Wed Jun 4, 9:03 pm)
Re: git clone stable-2.6.25.y fails over HTTP, Junio C Hamano, (Wed Jun 4, 9:12 pm)
Re: git clone stable-2.6.25.y fails over HTTP, Greg KH, (Wed Jun 4, 10:08 pm)
Re: git clone stable-2.6.25.y fails over HTTP, Daniel Barkalow, (Thu Jun 5, 1:53 pm)
Re: git clone stable-2.6.25.y fails over HTTP, Junio C Hamano, (Thu Jun 5, 2:26 pm)
Re: git clone stable-2.6.25.y fails over HTTP, Greg KH, (Fri Jun 6, 1:48 pm)
Re: git clone stable-2.6.25.y fails over HTTP, Junio C Hamano, (Fri Jun 6, 2:00 pm)
Re: git clone stable-2.6.25.y fails over HTTP, Greg KH, (Fri Jun 6, 2:54 pm)