Close Window

Powerful Commit Messages

Unfuddle allows you to manipulate the status of tickets within your projects directly from your repository commit messages. Unfuddle parses incoming commit messages and appropriately resolves, closes, reassigns or comments upon tickets within your project.

The commands that can be used in your commit messages are as follows:

Here are some examples of how to use your newly discovered Unfuddle Judo skills:

> svn commit -m 'fixed #372 and #456 and closed #385'
> svn commit -m 'resolves #22 & reassigns #22 to david'
> git commit -am 'refs #124, #125 and #129 and closes #126'
> git commit -am 'fixes #273 and spent 5.5 hours on #273'

A few notes on syntax...

Git repositories and Powerful Commit Messages

If GIT is your version control system of choice, in order to be able to create Time Entries using Powerful Commit Messages, you need to make sure your local git repository is configured to use the email address we have on file for your username. In order to achieve that, make sure you run the following command in your local git repository:

> git config user.email email_address@example.com

Where email_address@example.com is the email address associated with your Unfuddle username in your account.

NOTE: If your repository is associated with more than one project, powerful commit messages will not work. Unfuddle has no way to distinguish between projects and then appropriately manipulate tickets.