Re: git clone --depth: shallow clone problems

2015-05-29 Thread Junio C Hamano
Duy Nguyen writes: > On Tue, May 26, 2015 at 9:54 PM, Junio C Hamano wrote: >> Duy Nguyen writes: >> >>> --unshallow:: >>> - If the source repository is complete, convert a shallow >>> - repository to a complete one, removing all the limitations >>> + If the source repository is co

Re: git clone --depth: shallow clone problems

2015-05-29 Thread Duy Nguyen
On Tue, May 26, 2015 at 9:54 PM, Junio C Hamano wrote: > Duy Nguyen writes: > >> --unshallow:: >> - If the source repository is complete, convert a shallow >> - repository to a complete one, removing all the limitations >> + If the source repository is complete, convert all shallow >

Re: git clone --depth: shallow clone problems

2015-05-26 Thread Junio C Hamano
Duy Nguyen writes: > --unshallow:: > - If the source repository is complete, convert a shallow > - repository to a complete one, removing all the limitations > + If the source repository is complete, convert all shallow > + refs to complete ones, removing all the limitations Def

Re: git clone --depth: shallow clone problems

2015-05-26 Thread Duy Nguyen
On Thu, Apr 23, 2015 at 04:53:04PM +0200, Michal Pomorski wrote: > tl: skip to the second paragraph > > So here is what I just experienced: > We had an emergency error in an application at work and as the > responsible developer was unavailable, I was asked to check it out and > look into it. > We

git clone --depth: shallow clone problems

2015-04-23 Thread Michal Pomorski
tl: skip to the second paragraph So here is what I just experienced: We had an emergency error in an application at work and as the responsible developer was unavailable, I was asked to check it out and look into it. We are a small branch of a bigger company and our connection to the company's sou