1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-26 05:37:18 +02:00
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
..
2022-12-28 11:00:22 +11:00
2022-12-28 11:27:48 +11:00
2022-12-28 14:19:56 +11:00
2022-12-27 22:52:20 +11:00
2022-12-28 11:27:48 +11:00
2022-12-28 11:27:48 +11:00
2023-01-26 13:25:56 +11:00
2022-12-28 10:43:14 +11:00
2022-12-27 22:52:20 +11:00
2022-12-28 11:27:48 +11:00
2023-01-26 13:25:56 +11:00