aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* hooks: Check error on conn.WriteRunxi Yu2025-02-181-12/+36
* *.go: Add some comments for docsRunxi Yu2025-02-181-0/+4
* git_hooks_handle: Allow anonymous pushes to contrib/Runxi Yu2025-02-181-2/+74
* hooks: Fix the race condition that causes EPIPERunxi Yu2025-02-181-0/+7
* hooks, etc.: Restructure concurrency and data flowRunxi Yu2025-02-171-11/+16
* git_hooks_handle.go: Remove err_not_unixconnRunxi Yu2025-02-171-1/+0
* hooks, etc.: Authenticate hooks, and handle them in the spawning threadRunxi Yu2025-02-171-1/+23
* git_hooks_handle.go: Read argv from hookRunxi Yu2025-02-171-7/+33
* git_hooks_handle.go: Refactor for clarityRunxi Yu2025-02-171-14/+13
* git_hooks_handle.go: Exit on UID mismatch, handle >1 connectionsRunxi Yu2025-02-171-15/+21
* git_hooks_handle.go, etc.: Listen for connections from hooksRunxi Yu2025-02-171-1/+11
* git_hooks_handle.go: Move from git_hooks.goRunxi Yu2025-02-171-0/+45