--- Gerrit Pape <[EMAIL PROTECTED]> wrote:
> 
> Hi gary, I guess you have a trailing slash in the
> URL in
> .git/remotes/origin.  If you remove the trailing
> slash, it should be as
> expected, e.g.:
> 
>  $ cat .git/remotes/origin 
>  URL:
> http://gondor.apana.org.au/~herbert/dash/dash.git
>  Pull: master:origin
>  $ 
> 
> HTH, Gerrit.
> 
thanks but no I don't.

The trailing "/" was added in the perl
script(git-clone and git-fetch).

The command line I used is simply :

git-clone http://my_host/my_repo

I am not even talking about a local repo, just trying
to clone a packed bare repo.

In fact, I have traced the git-http-fetch.c program a
bit and it seems that in some location, it needs the
"/" to work properly and in other places, it doesn't
but "//" is no harm in most case as it is compressed
by the server, most of the time.



 
____________________________________________________________________________________
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to