From: Stefan Sperling Subject: Re: speed up 'got histedit -l' and 'got rebase -l' To: gameoftrees@openbsd.org Date: Sun, 10 Oct 2021 18:09:29 +0200 On Sun, Oct 10, 2021 at 06:03:43PM +0200, Stefan Sperling wrote: > I have about 300 backup references in my got.git repository, and > sorting these by commit timestamp results in commits being opened > and closed more than 28.000 times. See the attached profiling graph. For comparison, see attached the profile graph of the same command with the patch applied.