1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00
Jesse Duffield
2022-11-12 10:18:02 +11:00
committed by Andrew Hynes
parent 97ced9e14f
commit f98b2edae5
6 changed files with 11 additions and 4 deletions

View File

@ -144,6 +144,7 @@ func createFixture(test *IntegrationTest, paths Paths) error {
shell.RunCommand(`git config user.email "CI@example.com"`)
shell.RunCommand(`git config user.name "CI"`)
shell.RunCommand(`git config commit.gpgSign false`)
shell.RunCommand(`git config protocol.file.allow always`)
test.SetupRepo(shell)