lazygit/pkg/integration/tests/config
Stefan Haller 30f43a245b Fix loading customCommands from per-repo config file
Any newly loaded custom command coming from the per-repo config file should add
to the global ones (or override an existing one in the global one), rather than
replace all global ones.

We can achieve this by simply prepending the newly loaded commands to the
existing ones. We don't have to take care of removing duplicate key assignments;
it is already possible to add two custom commands with the same key to the
global config file, the first one wins.
2024-08-24 11:01:25 +02:00
..
custom_commands_in_per_repo_config.go Fix loading customCommands from per-repo config file 2024-08-24 11:01:25 +02:00
remote_named_star.go Support matchers on integers in integration tests 2023-06-03 15:32:23 +10:00