Re: ChangeLogs in commit messages
Joel Brobecker <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
> Does anybody have any experience writing such checks? Or, does > anybody know of any project that already uses such checks? I can > look into doing it myself (it's a pre-receive hook, right?) I have loads of experience writing git hooks, but none with this repository's implementation. I would typically adjust the "update" hook for that, but it looks like the "pre-receive" hook would also work. -- Joel