bug#81520: Add pre-receive hook to Savannah to reject LLM-encumbered commits
Jim Porter <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
On 8/9/2026 9:22 AM, Eli Zaretskii wrote: >> Date: Sun, 9 Aug 2026 09:11:21 -0700 >> Cc: [email protected], [email protected] >> From: Jim Porter <[email protected]> >> >> In any case, since Sean is ok with this, I'll start on an implementation >> of my idea. That should make it easier to understand instead of talking >> about it in the abstract. > > I thought we already agreed in the past that we need both hooks. So I > also agree with that. Yeah, the main question was whether I rearrange the commit-msg hook a bit so I can write a single LLM-checking routine called in two places or keep the commit-msg hook structurally the same but then have to write two LLM-checking routines. The part about having only a commit-msg hook was just to confirm that having both hooks was still what we wanted after everyone had a bit of time to think it over. It's a little more complex this way, so I wanted to double-check before you had to review the actual patch. Thanks.