mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-26 06:01:48 +00:00
docs: add diff-instructions
to config schema
This commit is contained in:
parent
00d2d2d4fc
commit
4c7b4a8bcc
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"diff-instructions": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Whether to generate the JJ-INSTRUCTIONS file as part of editing a diff",
|
||||||
|
"default": true
|
||||||
|
},
|
||||||
"graph": {
|
"graph": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Options for rendering revision graphs from jj log etc",
|
"description": "Options for rendering revision graphs from jj log etc",
|
||||||
|
|
Loading…
Reference in a new issue