mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-06 07:52:50 +00:00
config-schema: add missing default for core.fsmonitor
This commit is contained in:
parent
b99361cbab
commit
69cf7b38fc
@ -288,6 +288,7 @@
|
|||||||
"fsmonitor": {
|
"fsmonitor": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["none", "watchman"],
|
"enum": ["none", "watchman"],
|
||||||
|
"default": "none",
|
||||||
"description": "Whether to use an external filesystem monitor, useful for large repos"
|
"description": "Whether to use an external filesystem monitor, useful for large repos"
|
||||||
},
|
},
|
||||||
"watchman": {
|
"watchman": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user