Change default of git.log.showGraph to 'always'

Most people seem to prefer it to be on.
This commit is contained in:
Stefan Haller
2024-02-07 09:18:25 +01:00
parent 0c5212ae0b
commit b1d05b6371
11 changed files with 21 additions and 8 deletions

View File

@@ -662,7 +662,7 @@ func GetDefaultConfig() *UserConfig {
},
Log: LogConfig{
Order: "topo-order",
ShowGraph: "when-maximised",
ShowGraph: "always",
ShowWholeGraph: false,
},
SkipHookPrefix: "WIP",