1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-14 23:35:47 +00:00
gitea/modules/markup
zeripath 1d04e8641d
Set Setpgid on child git processes (#19865)
When Gitea is running as PID 1 git will occassionally orphan child processes leading
to (defunct) processes. This PR simply sets Setpgid to true on these child processes
meaning that these defunct processes will also be correctly reaped.

Fix #19077

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-06-03 15:36:18 +01:00
..
common Update Goldmark to Goldmark 1.4.4 (#18420) 2022-01-29 21:17:21 +08:00
csv Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
external Set Setpgid on child git processes (#19865) 2022-06-03 15:36:18 +01:00
markdown Remove legacy unmaintained packages, refactor to support change default locale (#19308) 2022-04-03 17:46:48 +08:00
mdstripper format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
orgmode Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
camo_test.go Provide configuration to allow camo-media proxying (#12802) 2022-03-29 10:27:37 +02:00
camo.go Provide configuration to allow camo-media proxying (#12802) 2022-03-29 10:27:37 +02:00
html_internal_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
html_test.go Correctly link URLs to users/repos with dashes, dots or underscores (#18890) 2022-02-26 00:26:43 +01:00
html.go Refactor legacy unknwon/com package, improve golangci lint (#19284) 2022-04-01 16:47:50 +08:00
renderer_test.go A better go code formatter, and now make fmt can run in Windows (#17684) 2021-11-17 20:34:35 +08:00
renderer.go Support ignore all santize for external renderer (#18984) 2022-03-06 16:41:54 +08:00
sanitizer_test.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00
sanitizer.go format with gofumpt (#18184) 2022-01-20 18:46:10 +01:00