Xride came up with a nice idea for FreshSource. I like it so much I added it to FreshPorts. He wanted a link to the basic commit message from the list of commits. Much like this link does.
So I made that change. You should see the link within each commit.
FWIW, that same change on FreshPorts consisted of adding one line to one file:
$this->HTML .= ' ' . freshports_Commit_Link($mycommit->message_id) . "\n";
Enjoy.