Gerrit错误:提交主题> 65个字符;使用较短的第一段

时间:2015-05-18 14:59:12

标签: git gerrit

我们最近开始使用Gerrit代码审核。有时,当您进行简单提交并尝试向Gerrit推送时,会显示以下错误:

   remote rejected
   commit subject >65 characters; use shorter first paragraph

我在网上查了但没找到如何解决这个问题。我尝试在先前的提交中进行修改并减小提交消息的大小,但错误仍然存​​在。

那是什么错误?以及如何解决?是否有一些关于提交消息大小的Gerrit配置?

2 个答案:

答案 0 :(得分:2)

提交消息的第一段应为65个字符。

您可以将其拆分为较长的文字:

initial commit message <65 chars

my long commit message with a lot of information,
Lorem ipsum dolor sit amet, consectetur adipiscing elit. 
Suspendisse metus nulla, blandit eget aliquam sed, tincidunt
nec turpis. Ut quis gravida augue, scelerisque tempor risus...

答案 1 :(得分:1)

检查您是否安装了 commit-message-length-validator 插件。默认情况下,提交消息最​​大主题长度为65,最大行长度为70。

您可以更改gerrit.config上的默认设置,也可以删除/禁用此插件。