summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-02-16 13:29:24 +0100
committerGitHub <noreply@github.com>2024-02-16 13:29:24 +0100
commit5b567f37745ae82799d9460525935d83c0d97492 (patch)
treecb8446828d78752bd6211ed9b1bbf569fb464cc2 /pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
parentb01bad7fad62ec54616d9cb9f0958da1d65c7aac (diff)
parent7f4a05debf58908ed706ca4659a6591fd9a08245 (diff)
Migrate git.log.showGraph and git.log.order to app state (#3197)
Diffstat (limited to 'pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go')
-rw-r--r--pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go b/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
index 5dd6839a2..93f940fd8 100644
--- a/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
+++ b/pkg/integration/tests/cherry_pick/cherry_pick_during_rebase.go
@@ -10,7 +10,7 @@ var CherryPickDuringRebase = NewIntegrationTest(NewIntegrationTestArgs{
ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {
- config.UserConfig.Git.Log.ShowGraph = "never"
+ config.AppState.GitLogShowGraph = "never"
},
SetupRepo: func(shell *Shell) {
shell.