index
:
forge.git
hare
master
native-go-git-transports
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git_hooks_client
/
git_hooks_client.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
6 days
hooks: Simplify comments in the hook client
Runxi Yu
1
-32
/
+26
6 days
hooks: Send/process environment variables starting with GIT_
Runxi Yu
1
-0
/
+32
10 days
hooks: Comment on how using the first byte as return doesn't make sense
Runxi Yu
1
-5
/
+11
10 days
Add SPDX license headers to git_hooks_client
Runxi Yu
1
-0
/
+6
2025-02-18
git_hooks_client.c: Don't print wrongly-lengthed cookies
Runxi Yu
1
-2
/
+1
2025-02-18
hooks: Fix the race condition that causes EPIPE
Runxi Yu
1
-0
/
+10
2025-02-18
git_hooks_client.c: Ignore SIGPIPE
Runxi Yu
1
-0
/
+6
2025-02-18
git_hooks_client.c: Allow ECONNRESET when splicing sock -> stderr
Runxi Yu
1
-1
/
+2
2025-02-17
hooks, etc.: Authenticate hooks, and handle them in the spawning thread
Runxi Yu
1
-1
/
+28
2025-02-17
git_hooks_client: Send argc/argv over the UNIX domain socket
Runxi Yu
1
-5
/
+34
2025-02-17
git_hooks_client.c: Explain the code in more detail
Runxi Yu
1
-7
/
+28
2025-02-17
git_hooks_client.c: Splice socket to stderr
Runxi Yu
1
-15
/
+42
2025-02-17
git_hooks_client.c: Clarify error messages
Runxi Yu
1
-10
/
+10
2025-02-17
git_hooks_client.c: Get return value from unix socket
Runxi Yu
1
-1
/
+20
2025-02-17
git_hooks_client: Restructure for clarity
Runxi Yu
1
-23
/
+28
2025-02-17
git_hooks_client: Produce useful error message on missing env var
Runxi Yu
1
-0
/
+1
2025-02-17
git_hooks_client: Ensure stdin is a pipe
Runxi Yu
1
-1
/
+22
2025-02-17
git_hooks_client: Splice stdin
Runxi Yu
1
-10
/
+13
2025-02-17
git_hooks{.go,_client}: Add stub for git hook clients
Runxi Yu
1
-0
/
+43