Re: [PATCH v3 0/2] pack-objects mru

2016-08-10 Thread Jeff King
On Wed, Aug 10, 2016 at 09:47:52AM -0700, Junio C Hamano wrote: > Jeff King writes: > > >> This is not new with this change, but I am not quite sure what in > >> the current code prevents us from busting the delta limit for reused > >> ones, though. > > > > I think in the current code you are li

[PATCH v3 0/2] pack-objects mru

2016-08-10 Thread Jeff King
On Tue, Aug 09, 2016 at 03:29:33PM -0700, Junio C Hamano wrote: > > @@ -1516,6 +1577,13 @@ static void get_object_details(void) > > entry->no_try_delta = 1; > > } > > > > + /* > > +* This must happen in a second pass, since we rely on the delta > > +* informatio

Re: [PATCH v3 0/2] pack-objects mru

2016-08-10 Thread Junio C Hamano
Jeff King writes: >> This is not new with this change, but I am not quite sure what in >> the current code prevents us from busting the delta limit for reused >> ones, though. > > I think in the current code you are limited by the depth you might find > in a single existing pack (since we never r