Re: [PATCH v3 0/3] hook: introduce the report hook for git-receive-pack(1)
From: Junio C Hamano <hidden>
Date: 2026-08-24 15:57:15
Junio C Hamano [off-list ref] writes:
Karthik Nayak [off-list ref] writes:quoted
--- Changes in v3: - Move out addition of proc-receive hook doc to 'git-receive-pack.adoc' into a new commit. - Add a new commit to move out the response generation in receive-pack to a new function. - Instead of die-ing on non-zero exit code, we modify each reference to indicate that the hook failed. - Instead of correctly listing out the protocol, link to linkgit:gitprotocol-pack[5], as the protocol also differs between v1 and v2. - Link to v2: https://patch.msgid.link/20260821-758-introduce-hook-v2-1-e90e2f7ac2cf@gmail.comThis has some interaction with Justin's pluggable writes series. Please help sanity check the conflict resolution I did near the tip of 'seen' when I push the integration results out later today.
One more thing. 'report' is far too generic a name for this. There are other features that plausibly would want to create their own reports. It is understandable that one can be blinded by the thought that their invention is more important than everything else, but please resist such temptation. Thanks.