aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_client (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-17git_hooks_client: Restructure for clarityRunxi Yu1-23/+28
2025-02-17git_hooks_client: Produce useful error message on missing env varRunxi Yu1-0/+1
2025-02-17git_hooks_client: Ensure stdin is a pipeRunxi Yu1-1/+22
2025-02-17*: Restructure build systemRunxi Yu1-3/+0
2025-02-17git_hooks_client: Splice stdinRunxi Yu2-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).
2025-02-17git_hooks{.go,_client}: Add stub for git hook clientsRunxi Yu3-0/+45