aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_client (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-18hooks: Fix the race condition that causes EPIPERunxi Yu1-0/+10
2025-02-18git_hooks_client.c: Ignore SIGPIPERunxi Yu1-0/+6
2025-02-18git_hooks_client.c: Allow ECONNRESET when splicing sock -> stderrRunxi Yu1-1/+2
2025-02-17hooks, etc.: Authenticate hooks, and handle them in the spawning threadRunxi Yu1-1/+28
2025-02-17git_hooks_client: Send argc/argv over the UNIX domain socketRunxi Yu1-5/+34
2025-02-17git_hooks_client.c: Explain the code in more detailRunxi Yu1-7/+28
2025-02-17git_hooks_client.c: Splice socket to stderrRunxi Yu1-15/+42
2025-02-17git_hooks_client.c: Clarify error messagesRunxi Yu1-10/+10
2025-02-17git_hooks_client.c: Get return value from unix socketRunxi Yu1-1/+20
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
2025-02-17git_hooks{.go,_client}: Add stub for git hook clientsRunxi Yu3-0/+45