Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-17 | git_hooks_handle.go: Remove err_not_unixconn | Runxi Yu | 1 | -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. | |||||
2025-02-17 | hooks, etc.: Authenticate hooks, and handle them in the spawning thread | Runxi Yu | 1 | -1/+23 | |
2025-02-17 | git_hooks_handle.go: Read argv from hook | Runxi Yu | 1 | -7/+33 | |
2025-02-17 | git_hooks_handle.go: Refactor for clarity | Runxi Yu | 1 | -14/+13 | |
2025-02-17 | git_hooks_handle.go: Exit on UID mismatch, handle >1 connections | Runxi Yu | 1 | -15/+21 | |
2025-02-17 | git_hooks_handle.go, etc.: Listen for connections from hooks | Runxi Yu | 1 | -1/+11 | |
2025-02-17 | git_hooks_handle.go: Move from git_hooks.go | Runxi Yu | 1 | -0/+0 | |
2025-02-17 | git_hooks{.go,_client}: Add stub for git hook clients | Runxi Yu | 1 | -0/+45 | |