Community
Participate
Working Groups
In bugzilla, when you type "bug ####" it automatically links to the appropriate bug number. Is it possible to have this happen when looking at a commit comment like : http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=b9ca6f1e2f937166665e7cf8095397f8db7c078a
The whole thing is written in C so I can probably wing it, but don't hold your breath :)
I've written a very simple GreaseMonkey extension [1] to enable hyperlinks for "bug XXXX" occurences in the git.eclipse.org web interface. Give it a try ;) https://gist.github.com/1019674 and https://gist.github.com/raw/1019674/71cabce30f7aa15af954bc64a52336ed5445ed64/git.eclipse.org.bugzillaIntegration.user.js to install the extension directly (literally a two-click install if you have Chrome ; on Firefox you would need Greasemonkey)
The greasemonkey extension works well for me.
Greasemonkey to the rescue!