jesseduffield.lazygit/pkg/app
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
..
daemon Drop update-ref commands at the top of the rebase-todo file 2024-04-22 20:59:15 +02:00
types move code from main into app package to allow test to be injected 2022-08-13 13:55:08 +10:00
app.go Ignore GetRepoPaths error when launching 2024-08-03 10:02:47 -04:00
entry_point.go Save changed user config back to disk in integration tests 2024-08-18 10:24:52 +02:00
errors.go Show a friendly error message when starting lazygit from a non-existent cwd 2024-01-02 18:25:28 +00:00