mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 22:17:05 +02:00
remove unneeded config setting
This commit is contained in:
parent
31d796ee75
commit
7201a91b69
@ -9,9 +9,7 @@ var ForcePush = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Description: "Push to a remote with new commits, requiring a force push",
|
Description: "Push to a remote with new commits, requiring a force push",
|
||||||
ExtraCmdArgs: "",
|
ExtraCmdArgs: "",
|
||||||
Skip: false,
|
Skip: false,
|
||||||
SetupConfig: func(config *config.AppConfig) {
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
config.UserConfig.Git.AutoFetch = false
|
|
||||||
},
|
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.EmptyCommit("one")
|
shell.EmptyCommit("one")
|
||||||
shell.EmptyCommit("two")
|
shell.EmptyCommit("two")
|
||||||
|
@ -9,9 +9,7 @@ var Pull = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Description: "Pull a commit from the remote",
|
Description: "Pull a commit from the remote",
|
||||||
ExtraCmdArgs: "",
|
ExtraCmdArgs: "",
|
||||||
Skip: false,
|
Skip: false,
|
||||||
SetupConfig: func(config *config.AppConfig) {
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
config.UserConfig.Git.AutoFetch = false
|
|
||||||
},
|
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.EmptyCommit("one")
|
shell.EmptyCommit("one")
|
||||||
shell.EmptyCommit("two")
|
shell.EmptyCommit("two")
|
||||||
|
@ -9,9 +9,7 @@ var PullAndSetUpstream = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Description: "Pull a commit from the remote, setting the upstream branch in the process",
|
Description: "Pull a commit from the remote, setting the upstream branch in the process",
|
||||||
ExtraCmdArgs: "",
|
ExtraCmdArgs: "",
|
||||||
Skip: false,
|
Skip: false,
|
||||||
SetupConfig: func(config *config.AppConfig) {
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
config.UserConfig.Git.AutoFetch = false
|
|
||||||
},
|
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.EmptyCommit("one")
|
shell.EmptyCommit("one")
|
||||||
shell.EmptyCommit("two")
|
shell.EmptyCommit("two")
|
||||||
|
@ -9,9 +9,7 @@ var RenameBranchAndPull = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Description: "Rename a branch to no longer match its upstream, then pull from the upstream",
|
Description: "Rename a branch to no longer match its upstream, then pull from the upstream",
|
||||||
ExtraCmdArgs: "",
|
ExtraCmdArgs: "",
|
||||||
Skip: false,
|
Skip: false,
|
||||||
SetupConfig: func(config *config.AppConfig) {
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
config.UserConfig.Git.AutoFetch = false
|
|
||||||
},
|
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.EmptyCommit("one")
|
shell.EmptyCommit("one")
|
||||||
shell.EmptyCommit("two")
|
shell.EmptyCommit("two")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user