From: Stefan Sperling Subject: Re: implement support for work tree diffs in tog To: Mark Jamsek Cc: gameoftrees@openbsd.org Date: Thu, 5 Dec 2024 17:19:02 +0100 On Fri, Dec 06, 2024 at 02:32:03AM +1100, Mark Jamsek wrote: > The below diff introduces support for work tree diffs via the tog diff > CLI with `tog diff [-s] [path ...]` and the log view. I am happy with this. I will keep running with it to test it, and see no reason to block this diff from going in. It seems that diffing the work tree is indeed a bit slower than diffing in-repository files. The reason is probably the status crawl being somewhat slower than it could be (due to unveil).