jesseduffield.lazygit/pkg/tasks
Stefan Haller 8d7740a5ac Don't kill tasks when we no longer need them
Now that we close a task's stdout pipe when we are done with it, it should
terminate by itself at that point, so there's no longer a need to kill it. This
way, called processes get a chance to terminate gracefully rather than being
killed with SIGKILL; in particular, this allows git to clean up its index.lock
file if it created one.
2025-08-01 10:32:46 +02: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 kill tasks when we no longer need them 2025-08-01 10:32:46 +02:00
tasks_test.go Enable revive linter, and fix a bunch of warnings 2025-06-30 19:13:20 +02:00