Maybe we should add some guideline for commit messages on git, I did something like this on my previous commit.
[Commit message] Ticket #24 #19 - Did stuff 1 - Did stuff 2 [/Commit message]
The top line of a git commit message is always formatted as a title, so let us treat is as such. I've chosen to list the tickets I use and add a link to the tickets system.
Below the title I list up all the stuff that was accomplished on that commit.
Now what's kinda cool is that sourceforge was able to recognize the ticket numbers part of the message, in this case #24 and #19, and auto-formatted these numbers to hot-links to their specific tickets.
|