Message ID | cover.1730786195.git.ps@pks.im (mailing list archive) |
---|---|
Headers | show |
Series | Memory leak fixes (pt.9) | expand |
Patrick Steinhardt <ps@pks.im> writes: > Changes compared to v2: > > - Remove an unnecessary cast. > > - Fix a duplicate newline. > > - Polish a couple of commit messages. > > Thanks! I spot checked the ones that did not change from v2 and the ones I checked at all looked sensible. Perhaps this is now ready for 'next'? Thanks.
On Mon, Nov 04, 2024 at 10:51:10PM -0800, Junio C Hamano wrote: > Patrick Steinhardt <ps@pks.im> writes: > > > Changes compared to v2: > > > > - Remove an unnecessary cast. > > > > - Fix a duplicate newline. > > > > - Polish a couple of commit messages. > > > > Thanks! > > I spot checked the ones that did not change from v2 and the ones I > checked at all looked sensible. Perhaps this is now ready for > 'next'? From my point of view it should be ready, yes. Patrick
On 24/11/05 07:52AM, Patrick Steinhardt wrote: > On Mon, Nov 04, 2024 at 10:51:10PM -0800, Junio C Hamano wrote: > > Patrick Steinhardt <ps@pks.im> writes: > > > > > Changes compared to v2: > > > > > > - Remove an unnecessary cast. > > > > > > - Fix a duplicate newline. > > > > > > - Polish a couple of commit messages. > > > > > > Thanks! > > > > I spot checked the ones that did not change from v2 and the ones I > > checked at all looked sensible. Perhaps this is now ready for > > 'next'? > > From my point of view it should be ready, yes. From looking at the range-diff, this version looks good to me. :) -Justin