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