1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-12 11:15:00 +02:00
lazygit/pkg/commands/git_config
Jesse Duffield 8964cedf27 Use mutex on cached git config
This fixes a race condition caused by a concurrent map read and write
2023-07-09 21:30:19 +10:00
..
cached_git_config_test.go fix test 2022-01-09 14:09:53 +11:00
cached_git_config.go Use mutex on cached git config 2023-07-09 21:30:19 +10:00
fake_git_config.go support general git config calls 2022-01-09 14:09:53 +11:00
get_key.go remove deprecated calls 2022-09-17 15:10:41 -07:00