Re: Git and GCC

2007-12-06 Thread Junio C Hamano
Jon Loeliger <[EMAIL PROTECTED]> writes: > On Thu, 2007-12-06 at 00:09, Linus Torvalds wrote: > >> Git also does delta-chains, but it does them a lot more "loosely". There >> is no fixed entity. Delta's are generated against any random other version >> that git deems to be a good delta candidate

Re: Git and GCC

2007-12-06 Thread Junio C Hamano
Junio C Hamano <[EMAIL PROTECTED]> writes: > Jon Loeliger <[EMAIL PROTECTED]> writes: > >> I'd like to learn more about that. Can someone point me to >> either more documentation on it? In the absence of that, >> perhaps a pointer to the source code

Re: Something is broken in repack

2007-12-11 Thread Junio C Hamano
Linus Torvalds <[EMAIL PROTECTED]> writes: > On Tue, 11 Dec 2007, Jon Smirl wrote: >> > >> > So if you want to use more threads, that _forces_ you to have a bigger >> > memory footprint, simply because you have more "live" objects that you >> > work on. Normally, that isn't much of a problem, sinc