jesseduffield.lazygit/pkg/config
Stefan Haller f114321322 Save changed user config back to disk in integration tests
At the moment, the user config is only read once at startup, so there's no point
in writing it back to disk. However, later in this branch we will add code that
reloads the user config when switching repos, which does happen quite a bit in
integration tests; this would undo the changes that a test made in its
SetupConfig function, so write those changes to disk to prevent that from
happening.
2024-08-18 10:24:52 +02:00
..
app_config.go Save changed user config back to disk in integration tests 2024-08-18 10:24:52 +02:00
config_default_platform.go Change OpenCommand to Open and OpenLinkCommand to OpenLink 2023-04-13 13:14:00 +02:00
config_linux.go Fix container detection 2024-03-22 13:42:15 +01:00
config_windows.go Change OpenCommand to Open and OpenLinkCommand to OpenLink 2023-04-13 13:14:00 +02:00
dummies.go Make fields of AppConfig private 2024-08-18 10:24:52 +02:00
editor_presets.go improve nvim-remote mode 2024-05-19 14:39:02 +10:00
editor_presets_test.go use 'suspend' instead of 'editInTerminal' internally 2023-08-09 22:03:58 +10:00
user_config.go Rename "Custom Command" to "Shell Command" 2024-08-17 10:56:03 +02:00
user_config_validation.go Revert "Add user config gui.commitAuthorFormat (#3625)" 2024-06-29 11:28:00 +02:00
user_config_validation_test.go UserConfig validation 2024-04-10 17:38:57 +02:00