Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 gerrit 2.5.1。
如果用户的消息不符合公司强制的格式,我想中止用户的提交推送。
所以,想象一下我希望用户只能使用格式如下的消息推送提交:
[#ISSUENUMBER] Issue Title Something about the issue Fix #ISSUENUMBER @5h
我已经有一个验证这种格式的脚本,但我不知道如何在 gerrit 中添加这个钩子,以及如何从被推送的提交中获取正文消息。有人可以帮忙吗?
查看ref-update钩子或提交验证器插件(需要即将发布的 Gerrit 2.6)。