]> source.dussan.org Git - gitea.git/commit
Always wait for the cmd to finish (#14006)
authorzeripath <art27@cantab.net>
Thu, 17 Dec 2020 11:50:21 +0000 (11:50 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Dec 2020 11:50:21 +0000 (12:50 +0100)
commit80a299d307bd3135eb3fb2f5e2deba600f0698ae
treeba6c4188c6ddcb53f6397b18608850a0d24bcc51
parent5e09de174c69c77babf7366cbbb17d59cb3102f0
Always wait for the cmd to finish (#14006)

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

Fix #13987

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
modules/git/command.go