summaryrefslogtreecommitdiffstats
path: root/pkg/config
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 /pkg/config
parent0c5212ae0b5b9f46602b480d5dd4609685ae5806 (diff)
Change default of git.log.showGraph to 'always'
Most people seem to prefer it to be on.
Diffstat (limited to 'pkg/config')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index 0069c75b0..916b6dc90 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -662,7 +662,7 @@ func GetDefaultConfig() *UserConfig {
},
Log: LogConfig{
Order: "topo-order",
- ShowGraph: "when-maximised",
+ ShowGraph: "always",
ShowWholeGraph: false,
},
SkipHookPrefix: "WIP",