I would like to check the syntax of the gitolite configuration file conf/gitolite.conf
before using (pushing) it. Is there a way to achieve that?
问问题
731 次
2 回答
0
VonC 是对的,可以使用该parse
功能,但它是有限的。
请参阅 Sitaram(Gitolite 开发人员)对我的问题的回答: https ://groups.google.com/forum/#!topic/gitolite/-YIh7yzBI2Y
它有一个小的(未经测试的)代码片段来检查语法。
于 2013-06-27T14:14:52.047 回答
0
推前?
我不明白怎么做。
该gitolite.conf
文件由Conf.pm#parse
函数解析,但这仅发生在 gitolite 服务器端(您正在推送该文件的位置)。
请注意客户端(您只有一个gitolite-admin
克隆的仓库)
于 2013-06-26T13:54:35.607 回答