Re: Re: Is Git multithreaded ?

2013-06-13 Thread Laurent Alebarde
Yes it does help ! Thanks a lot Peff for your very complete answer. Cheers, Laurent. Le 12/06/2013 21:38, Jeff King a écrit : I hope that helps. -Peff -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at

Is Git multithreaded ?

2013-06-12 Thread Laurent Alebarde
Hi list, I wonder if Git is multithreaded ? For example, during a commit, does it process the files one after one, or does it use a set of threads, say 10, to process 10 files in parrallel ? In the Git_Guide (http://wiki.sourcemage.org/Git_Guide.html), I can read this : T/o enable