Re: Problem with --shallow-submodules option

2016-06-30 Thread Istvan Zakar
Hi, Thanks for the clarification, it makes sense now. Thanks, Istvan On 30 June 2016 at 22:57, Stefan Beller wrote: > On Thu, Jun 30, 2016 at 6:27 AM, Istvan Zakar wrote: >> Hello, >> >> Thanks for your answers. I tested it after the changes

Re: Problem with --shallow-submodules option

2016-06-30 Thread Stefan Beller
On Thu, Jun 30, 2016 at 6:27 AM, Istvan Zakar wrote: > Hello, > > Thanks for your answers. I tested it after the changes were made on > the git server, and it seems to be working. But some other issue came > up. > > We have quite many submodules in our project so I did

Re: Problem with --shallow-submodules option

2016-06-30 Thread Istvan Zakar
Hello, Thanks for your answers. I tested it after the changes were made on the git server, and it seems to be working. But some other issue came up. We have quite many submodules in our project so I did some comaprision: If I do a clone with these parameters: --jobs 20 --recurse-submodules The

Re: Problem with --shallow-submodules option

2016-06-22 Thread Fredrik Gustafsson
On Mon, Jun 20, 2016 at 01:06:39PM +, Istvan Zakar wrote: > I'm working on a relatively big project with many submodules. During > cloning for testing I tried to decrease the amount of data need to be > fetched from the server by using --shallow-submodules option in the clone > command. It

Re: Problem with --shallow-submodules option

2016-06-21 Thread Stefan Beller
On Mon, Jun 20, 2016 at 11:32 PM, Istvan Zakar wrote: > Hi, > > Thanks for the answer. > So it means that it is a setting on the server side which can be > activated? (I guess it depends on the version of the server) > I did some reading in the topic. Are you talking about

Re: Problem with --shallow-submodules option

2016-06-21 Thread Istvan Zakar
Hi, Thanks for the answer. So it means that it is a setting on the server side which can be activated? (I guess it depends on the version of the server) I did some reading in the topic. Are you talking about this setting "uploadpack.allowReachableSHA1InWant", or did I misunderstood what I read?

Re: Problem with --shallow-submodules option

2016-06-20 Thread Stefan Beller
On Mon, Jun 20, 2016 at 6:06 AM, Istvan Zakar wrote: > Hello, > > I'm working on a relatively big project with many submodules. During > cloning for testing I tried to decrease the amount of data need to be > fetched from the server by using --shallow-submodules option in

Problem with --shallow-submodules option

2016-06-20 Thread Istvan Zakar
Hello, I'm working on a relatively big project with many submodules. During cloning for testing I tried to decrease the amount of data need to be fetched from the server by using --shallow-submodules option in the clone command. It seems to check out the tip of the remote repo, and if it's not