![this this](https://c1.lmlphp.com/image/static/default_avatar.gif)
本文介绍了Git提交消息中的Phabricator关键字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我已经开始在我的提交消息中使用对Maniphest任务的引用,这对于自动关闭任务等非常有用。
我发现这个页面有很多关键字字,但我很好奇,如果有更多或任何文件应如何使用。
例如我发现你不能有这样的提交消息
固定T123 - Squished bug审计员:用户
它会关闭任务,但不会创建审计。然而,如果你把审计人员放在这样一个新的行上,那么你可以在这个新的行上添加审计人员。
修正T123 - Squished bug
审计员:用户
它关闭任务并创建审计。
是否有任何文档解释了提交消息中关键词的所有可能内容? 解决方案
在上游。
I have started using references to Maniphest tasks in my commit messages which is great for auto-closing tasks etc.
I found this page which has quite a few key words but I'm curious if there are more or any documentation on how they should be used. https://phab.enlightenment.org/w/enlightenment_development/
For example I found that you cannot have a commit message like this
Fixed T123 - Squished bug Auditors: user
It does close the task but does not create the audit. If however you put auditors on a new line like this
Fixed T123 - Squished bug
Auditors: user
It closes the task and creates the audit.
Is there any documentation which explains everything that is possible with key words in commit messages?
解决方案
Not yet, see https://secure.phabricator.com/T5132 in the upstream.
这篇关于Git提交消息中的Phabricator关键字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!