Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | git_hooks_client.c: Clarify error messages | Runxi Yu | 2025-02-17 | 1 | -10/+10 |
| | |||||
* | git_hooks_client.c: Get return value from unix socket | Runxi Yu | 2025-02-17 | 1 | -1/+20 |
| | |||||
* | git_hooks_client: Restructure for clarity | Runxi Yu | 2025-02-17 | 1 | -23/+28 |
| | |||||
* | git_hooks_client: Produce useful error message on missing env var | Runxi Yu | 2025-02-17 | 1 | -0/+1 |
| | |||||
* | git_hooks_client: Ensure stdin is a pipe | Runxi Yu | 2025-02-17 | 1 | -1/+22 |
| | |||||
* | *: Restructure build system | Runxi Yu | 2025-02-17 | 1 | -3/+0 |
| | |||||
* | git_hooks_client: Splice stdin | Runxi Yu | 2025-02-17 | 2 | -10/+15 |
| | | | | | | Requires stdin to be a pipe. So `cat | ./git_hooks_client` works while `./git_hooks_client` in a terminal directly does not (character devices are not pipes). | ||||
* | git_hooks{.go,_client}: Add stub for git hook clients | Runxi Yu | 2025-02-17 | 3 | -0/+45 |