jesseduffield.lazygit/pkg/tasks
Brandon 7731311674 Don't try killing processes if we already know the command finished
This may lead to unrelated processes being killed on Windows (https://github.com/jesseduffield/lazygit/issues/3008). Imagine:
1. lazygit is started and runs git diff in process X which completes immediately and exits.
2. lazygit is left in the background for several hours by which process X pid is reused by an unrelated process.
3. lazygit is focused back on and runs another git diff. It first runs this stop logic which will kill process X and its children.
2025-02-15 14:51:35 +11:00
..
async_handler.go Make OnWorker callback return an error 2024-04-18 10:10:30 +02:00
async_handler_test.go Make OnWorker callback return an error 2024-04-18 10:10:30 +02:00
tasks.go Don't try killing processes if we already know the command finished 2025-02-15 14:51:35 +11:00
tasks_test.go Remove secureexec package 2023-07-30 19:59:51 +10:00