mirror of https://github.com/Wilfred/difftastic/
Document usage with jj
parent
b6791c26bc
commit
22e4693c57
@ -0,0 +1,15 @@
|
|||||||
|
# Jujutsu
|
||||||
|
|
||||||
|
Jujutsu supports [external diff
|
||||||
|
commands](https://jj-vcs.github.io/jj/v0.26.0/config/#generating-diffs-by-external-command).
|
||||||
|
|
||||||
|
To use difftastic for diffing in jujutsu, add the following to your
|
||||||
|
[user configuration
|
||||||
|
file](https://jj-vcs.github.io/jj/v0.26.0/config/#user-config-file).
|
||||||
|
|
||||||
|
```toml
|
||||||
|
[ui]
|
||||||
|
diff.tool = ["difft", "--color=always", "$left", "$right"]
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue