aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* git_hooks_client: Splice stdinRunxi Yu2025-02-172-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 clientsRunxi Yu2025-02-173-0/+45