From 9cdc202b39ce061e84d8b655018bd710371690e0 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 5 Feb 2023 22:30:29 -0800 Subject: [PATCH] cli: document diff format --- docs/config.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/config.md b/docs/config.md index da7a72818..d5c5a143d 100644 --- a/docs/config.md +++ b/docs/config.md @@ -97,6 +97,13 @@ Which elements can be colored is not yet documented, but see the [default color configuration](https://github.com/martinvonz/jj/blob/main/src/config/colors.toml) for some examples of what's possible. +### Diff format + +```toml +# Possible values: "color-words" (default), "git", "summary" +ui.diff.format = "git" +``` + ### Graph style ```toml