mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Change default of git.log.showGraph to 'always'
Most people seem to prefer it to be on.
This commit is contained in:
@ -14,7 +14,9 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
NewBranch("mybranch").
|
||||
CreateNCommits(10)
|
||||
},
|
||||
SetupConfig: func(cfg *config.AppConfig) {},
|
||||
SetupConfig: func(cfg *config.AppConfig) {
|
||||
cfg.UserConfig.Git.Log.ShowGraph = "never"
|
||||
},
|
||||
Run: func(t *TestDriver, keys config.KeybindingConfig) {
|
||||
markCommitAsBad := func() {
|
||||
t.Views().Commits().
|
||||
|
Reference in New Issue
Block a user