mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 22:33:07 +02:00
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.