From fd470f67190e1166bcafb87a69b12097c36ff150 Mon Sep 17 00:00:00 2001 From: tslil Date: Mon, 23 Mar 2026 19:51:31 +0000 Subject: [jj] use difftastic --- jj_config.toml | 3 +++ 1 file changed, 3 insertions(+) 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())' -- cgit v1.2.3