Change default of git.log.showGraph to 'always'
Most people seem to prefer it to be on.
This commit is contained in:
@@ -662,7 +662,7 @@ func GetDefaultConfig() *UserConfig {
|
||||
},
|
||||
Log: LogConfig{
|
||||
Order: "topo-order",
|
||||
ShowGraph: "when-maximised",
|
||||
ShowGraph: "always",
|
||||
ShowWholeGraph: false,
|
||||
},
|
||||
SkipHookPrefix: "WIP",
|
||||
|
||||
Reference in New Issue
Block a user