docs: add diff-instructions to config schema

This commit is contained in:
Waleed Khan 2023-08-11 12:51:17 -04:00
parent 00d2d2d4fc
commit 4c7b4a8bcc

View file

@ -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": {
"type": "object",
"description": "Options for rendering revision graphs from jj log etc",