"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: implement support for work tree diffs in tog
To:
Mark Jamsek <mark@jamsek.com>
Cc:
gameoftrees@openbsd.org
Date:
Thu, 5 Dec 2024 17:19:02 +0100

Download raw body.

Thread
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).