summaryrefslogtreecommitdiffstats
path: root/schema
diff options
context:
space:
mode:
authorAlex March <alexmarch@fastmail.com>2023-12-20 15:38:05 +0900
committerAlex March <alexmarch@fastmail.com>2023-12-22 16:30:20 +0900
commit3fe491fcb25a31268a1dd428d9a00bdcd027d155 (patch)
tree8850ccbfbc8310b0b9be4d6bbc5ba320bb6d033f /schema
parent66b608b2f9857296645f964b67b821e431d7b807 (diff)
Implement a sort order menu for remote branches
Diffstat (limited to 'schema')
-rw-r--r--schema/config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/schema/config.json b/schema/config.json
index 186ca2576..54f6d6961 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -1014,6 +1014,10 @@
"fetchRemote": {
"type": "string",
"default": "f"
+ },
+ "sortOrder": {
+ "type": "string",
+ "default": "s"
}
},
"additionalProperties": false,