On 25 October 2013 09:15, Daniel James
On 25 October 2013 04:24, Dave Abrahams
wrote: On Thursday, October 24, 2013 1:01:17 AM UTC-7, Daniel James wrote:
The implicit links in commit logs won't work on github (e.g. trac converts #6999 to a ticket link,
GitHub does too
Not for the trac tickets in historical entries.
I've tried writing a small chrome extension which creates links for the subversion tags (e.g. [SVN r1234]) in github and bitbucket. It's at: http://www.calamity.org.uk/x/boost-link.crx Because it isn't in the chrome store, it has to be manually installed. To do this download the file, go to the chrome extension page (either through the menu, or at chrome://extensions/), and drag the file into the extension list. It currently only works for the 'boostorg' repositories, as I don't want to mess around with anything unrelated. I might extend it later to handle some of the trac tags. Source code is at: https://github.com/danieljames/boost-link-chrome It turned out to be a little trickier than I thought because of github's javascript navigation. But it seems to work okay.