Bug#409887: git-core: git-http-fetch creates double slash(//) which not all servers know how to handle

2007-02-13 Thread Gerrit Pape
On Tue, Feb 06, 2007 at 02:06:47PM +0800, gary ng wrote: http-fetch.c construct the pack info retreival based on the pased in base which has deliberately added a / at the end in perl script. This results in url of the form http://base//objects/info/packs; being submitted to the server. I

Bug#409887: git-core: git-http-fetch creates double slash(//) which not all servers know how to handle

2007-02-13 Thread gary ng
--- 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:

Bug#409887: git-core: git-http-fetch creates double slash(//) which not all servers know how to handle

2007-02-05 Thread gary ng
Package: git-core Version: 1:1.4.4.3-1 Severity: normal http-fetch.c construct the pack info retreival based on the pased in base which has deliberately added a / at the end in perl script. This results in url of the form http://base//objects/info/packs; being submitted to the server. I briefly