ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: document diff format

This commit is contained in:
Martin von Zweigbergk 2023-02-05 22:30:29 -08:00 committed by Martin von Zweigbergk
parent 8d3d89facc
commit 9cdc202b39

View file

@ -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