aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_handle.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git_hooks_handle.go: Remove err_not_unixconnRunxi Yu2025-02-171-1/+0
| | | | | As this always suggests a programming mistake, we do not check the type assertion, causing it to panic if the types don't match.
* 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