Download raw body.
implement support for work tree diffs in tog
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).
implement support for work tree diffs in tog