From: Stefan Sperling Subject: Re: tog ref -> log -> diff: < > fails to follow branch To: Christian Weisgerber Cc: gameoftrees@openbsd.org Date: Sat, 5 Dec 2020 00:49:47 +0100 On Fri, Dec 04, 2020 at 04:56:12PM +0100, Christian Weisgerber wrote: > Stefan Sperling: > > > The following works for me. Not sure if this is the best possible fix, > > perhaps we'd want to decouple the diff/log views a bit more. But I am > > happy enough with this approach for now: > > Unfortunately, this introduces two bugs: > > * In the log view header line, the commit number n "[n/m]" is no > longer correctly updated. > > * When additional commits need to be requested from the log thread, > '>' doesn't advance any longer. > E.g. tog log, move to bottom line, enter, hit '>'. Thanks! I will take a look. I've got way too many tog diffs stacked up locally. Any chance we could get the focus_view diff in first? That would help me.