1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-16 07:22:23 +03:00
Files
lazygit/pkg/integration/components/runner.go
stk b243f30f48 Disable ~/.gitconfig when running integration tests
A global ~/.gitconfig file can have influence on how integration tests behave;
in my case, I had the option "merge.conflictStyle" set to "diff3", which made
the integration test "cherry_pick_conflict" fail because the diff was different
from what the test expected.

Make this more robust by telling git to ignore the global config file when
running tests.
2023-02-07 17:26:45 +01:00

4.4 KiB