Phabricator Key Words in Git Commit Messages

泄露秘密 提交于 2019-12-10 20:52:01

问题


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?


回答1:


Not yet, see https://secure.phabricator.com/T5132 in the upstream.



来源:https://stackoverflow.com/questions/26302290/phabricator-key-words-in-git-commit-messages

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!