From: Matthieu Herrb Subject: Re: changed paths in 'got log' and tog To: gameoftrees@openbsd.org, matthieu@openbsd.org Date: Tue, 5 May 2020 11:40:06 +0200 On Tue, May 05, 2020 at 09:55:35AM +0200, Stefan Sperling wrote: > On Tue, May 05, 2020 at 09:37:58AM +0200, Stefan Sperling wrote: > > Thank you for catching this. I forgot to clear the list of paths collected > > for the current commit when the current commit failed to match. So while > > > Fixed in the new version of my patch below: > > I found another problem: Performance was worse than expected because > diffing of file content was accidentally enabled during 'log -P'. > > In this version of the patch we only diff tree entry IDs and skip diffing > file content, which is a lot faster and especially noticeable when > searching. Thanks again. This version works as expected for me, and indeed searchine is much faster. -- Matthieu Herrb