Re: Bad refspec messes up bundle.

2018-04-03 Thread Johannes Schindelin
Hi Luciano, On Sat, 31 Mar 2018, Luciano Joublanc wrote: > I've cloned the `maint` branch, built the project, and added the test > as you suggested - it's failing as expected. Excellent. > On 30 March 2018 at 11:20, Johannes Schindelin > wrote: > > > > However,

Re: Bad refspec messes up bundle.

2018-03-31 Thread Luciano Joublanc
Hi Johannes, With such a comprehensive reply, I would feel guilty not making a contribution now :) Be forewarned though, It's been about ten years since I wrote anything in `C`! I've cloned the `maint` branch, built the project, and added the test as you suggested - it's failing as expected.

Re: Bad refspec messes up bundle.

2018-03-30 Thread Johannes Schindelin
Hi Junio, On Fri, 30 Mar 2018, Junio C Hamano wrote: > Johannes Schindelin writes: > > >> > Is this a bug? Should bundle allow providing multiple refspecs when > > ... > > I agree that it is a bug if a bundle file records a ref multiple > > times. Luciano, here are

Re: Bad refspec messes up bundle.

2018-03-30 Thread Junio C Hamano
Johannes Schindelin writes: > Hi Luciano, > >> > Is this a bug? Should bundle allow providing multiple refspecs when > ... > I agree that it is a bug if a bundle file records a ref multiple times. > Luciano, here are some pointers so you can fix it: > > - probably the

Re: Bad refspec messes up bundle.

2018-03-30 Thread Johannes Schindelin
Hi Luciano, On Mon, 19 Mar 2018, Junio C Hamano wrote: > Luciano Joublanc writes: > > > Yesterday I created a git bundle as best as I can remember like this > > > > git bundle save chunk chunk.bundle --all master > > > > Note the 'master' I added accidentally at the end

Re: Bad refspec messes up bundle.

2018-03-19 Thread Junio C Hamano
Luciano Joublanc writes: > Yesterday I created a git bundle as best as I can remember like this > > git bundle save chunk chunk.bundle --all master > > Note the 'master' I added accidentally at the end - this was a user > error but still the bundle was created. > > When I

Bad refspec messes up bundle.

2018-03-19 Thread Luciano Joublanc
Yesterday I created a git bundle as best as I can remember like this git bundle save chunk chunk.bundle --all master Note the 'master' I added accidentally at the end - this was a user error but still the bundle was created. When I tried to clone this, I get ~\local\src> git clone 'G:\My