summaryrefslogtreecommitdiffstats
path: root/schema
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-02-07 09:18:25 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-02-13 14:34:40 +0100
commitb1d05b6371192bbbe54ea7e094594b17b92082f1 (patch)
treed5b1f706348913b0e0632ee62f8d72dbe28960ac /schema
parent0c5212ae0b5b9f46602b480d5dd4609685ae5806 (diff)
Change default of git.log.showGraph to 'always'
Most people seem to prefer it to be on.
Diffstat (limited to 'schema')
-rw-r--r--schema/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/config.json b/schema/config.json
index 92ee774df..0a78da23a 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -530,7 +530,7 @@
"when-maximised"
],
"description": "This determines whether the git graph is rendered in the commits panel\nOne of 'always' | 'never' | 'when-maximised'",
- "default": "when-maximised"
+ "default": "always"
},
"showWholeGraph": {
"type": "boolean",