Details
Details
In a commit message, you can add Auditor: username to ask for an audit by this person. Are there other things you can do from a commit message? I'm thinking about automatically associating the commit with a task and possibly closing the task.
Answers
Answers
There are two ways:
- Look through all the field specifications (https://secure.phabricator.com/diffusion/P/browse/master/src/applications/differential/field/specification/)
- Read many, many commit messages
Your wish may be fulfilled, though. You can do Fixes T123, Invalidates T123 or just Refs T123, put that up in the revision message (while sending in per arc diff). When you run arc land, we'll automatically close the tasks for you, as well as associate the commits. Cool, huh?
See T5132.
New Answer
New Answer