mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-08 18:13:08 +08:00
The name of the temporary directory that is created when running external diff tools can add significant noise to a diff if the tool displays paths prominently. Change the behaviour so that we chdir to the temporary directory before running the tool, with a setting to revert to the previous behaviour. Closes #5801