forked from mirrors/jj
doc: include diff format in config schema
This commit is contained in:
parent
9cdc202b39
commit
74bff5c916
1 changed files with 11 additions and 0 deletions
|
@ -71,6 +71,17 @@
|
|||
"description": "Pager to use for displaying command output",
|
||||
"default": "less -FRX"
|
||||
},
|
||||
"diff": {
|
||||
"type": "object",
|
||||
"description": "Options for how diffs are displayed",
|
||||
"properties": {
|
||||
"format": {
|
||||
"description": "The diff format to use",
|
||||
"enum": ["color-words", "git", "summary"],
|
||||
"default": "color-words"
|
||||
}
|
||||
}
|
||||
},
|
||||
"graph": {
|
||||
"type": "object",
|
||||
"description": "Options for rendering revision graphs from jj log etc",
|
||||
|
|
Loading…
Reference in a new issue