aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-18*.go: Add some comments for docsRunxi Yu1-0/+4
2025-02-18git_hooks_handle: Allow anonymous pushes to contrib/Runxi Yu1-2/+74
2025-02-18hooks: Fix the race condition that causes EPIPERunxi Yu1-0/+7
2025-02-17hooks, etc.: Restructure concurrency and data flowRunxi Yu1-11/+16
2025-02-17git_hooks_handle.go: Remove err_not_unixconnRunxi Yu1-1/+0
2025-02-17hooks, etc.: Authenticate hooks, and handle them in the spawning threadRunxi Yu1-1/+23
2025-02-17git_hooks_handle.go: Read argv from hookRunxi Yu1-7/+33
2025-02-17git_hooks_handle.go: Refactor for clarityRunxi Yu1-14/+13
2025-02-17git_hooks_handle.go: Exit on UID mismatch, handle >1 connectionsRunxi Yu1-15/+21
2025-02-17git_hooks_handle.go, etc.: Listen for connections from hooksRunxi Yu1-1/+11
2025-02-17git_hooks_handle.go: Move from git_hooks.goRunxi Yu1-0/+0
2025-02-17git_hooks{.go,_client}: Add stub for git hook clientsRunxi Yu1-0/+45