summaryrefslogtreecommitdiffstats
path: root/schema/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/config.json')
-rw-r--r--schema/config.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/schema/config.json b/schema/config.json
index f5f7bab86..cf25ce007 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -331,6 +331,16 @@
"description": "If true, show commit hashes alongside branch names in the branches view.",
"default": false
},
+ "showDivergenceFromBaseBranch": {
+ "type": "string",
+ "enum": [
+ "none",
+ "onlyArrow",
+ "arrowAndNumber"
+ ],
+ "description": "Whether to show the divergence from the base branch in the branches view.\nOne of: 'none' | 'onlyArrow' | 'arrowAndNumber'",
+ "default": "none"
+ },
"commandLogSize": {
"type": "integer",
"minimum": 0,