diff options
| author | tslil <tslil@posteo.de> | 2026-03-23 19:51:31 +0000 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-03-23 19:51:40 +0000 |
| commit | fd470f67190e1166bcafb87a69b12097c36ff150 (patch) | |
| tree | 0e8958650ea7da9f7891b42bd0a6714a60066fa0 /jj_config.toml | |
| parent | 9441a38f1e2f34411db2ae2be07f817692521f8f (diff) | |
[jj] use difftastic
Diffstat (limited to 'jj_config.toml')
| -rw-r--r-- | jj_config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jj_config.toml b/jj_config.toml index 1133129..179bb5c 100644 --- a/jj_config.toml +++ b/jj_config.toml @@ -1,5 +1,8 @@ "$schema" = "https://jj-vcs.github.io/jj/latest/config-schema.json" +[ui] +diff-formatter = ["difft", "--color=always", "$left", "$right"] + [revset-aliases] 'closest_bookmark(to)' = 'heads(::to & bookmarks())' |
