summaryrefslogtreecommitdiffstats
path: root/schema/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/config.json')
-rw-r--r--schema/config.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/schema/config.json b/schema/config.json
index 1eb9d3aa4..eebc58070 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -323,8 +323,10 @@
"type": "string",
"enum": [
"off",
- "onlyBehind",
- "behindAndAhead"
+ "onlyBehindArrow",
+ "onlyBehindArrowAndNumber",
+ "behindAndAheadArrows",
+ "behindAndAheadArrowsAndNumbers"
],
"description": "Whether to show the divergence from the base branch in the branches view.",
"default": "onlyBehind"