Factory keyword words in Git Commit Messages

I started using references to the Maniphest tasks in my commit posts, which is great for auto close tasks, etc.

I found this page with a few keywords, but I'm curious if there is any more documentation on how to use them. https://phab.enlightenment.org/w/enlightenment_development/

For example, I found that you cannot have a message with a message like

Fixed T123 - Squished bug Auditors: user

      

It closes the task but does not create an audit. If, however, you put auditors on a new line like this

Fixed T123 - Squished bug

Auditors: user

      

It closes the task and creates an audit.

Is there any documentation that explains everything that is possible with keywords in commit messages?

+3


source to share


1 answer


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



+1


source







All Articles