Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-17 | *: Restructure build system | Runxi Yu | 1 | -3/+0 | |
2025-02-17 | git_hooks_client: Splice stdin | Runxi Yu | 1 | -0/+2 | |
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-17 | git_hooks{.go,_client}: Add stub for git hook clients | Runxi Yu | 1 | -0/+1 | |