forked from mirrors/jj
cli: document diff format
This commit is contained in:
parent
8d3d89facc
commit
9cdc202b39
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue