]> source.dussan.org Git - gitea.git/commit
Always wait for the cmd to finish (#14006) (#14039)
authorzeripath <art27@cantab.net>
Thu, 17 Dec 2020 20:06:51 +0000 (20:06 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 20:06:51 +0000 (21:06 +0100)
commitb8a2cd9f407a59f1e457a2ea939060c3881b7e1a
treef2f16c8f7c0a223014519ca719b84eec9466efda
parent4f296f7436e35af0b72c03e01b6cca46266052c8
Always wait for the cmd to finish (#14006) (#14039)

Backport #14006

After cancelling the context we still need to wait for the
command to finish otherwise zombie processes may occur

Fix #13987
modules/git/command.go