diff --git a/dot_config/jj/config.toml b/dot_config/jj/config.toml index 0c8d8e9..43fd6ec 100644 --- a/dot_config/jj/config.toml +++ b/dot_config/jj/config.toml @@ -6,7 +6,7 @@ email = "me@barakmich.com" editor = "nvim" #default-command = ["log", "--reversed"] default-command = ["util", "exec", "--", "bash", "-c", "jj log --reversed --no-pager && jj diff -s"] -diff.format = "git" +diff-formatter = ":git" [revset-aliases] 'nearby(x)' = 'descendants(ancestors(@, x))::'