Greasemonkeyを使用して、cgitcommitメッセージに表示されるRedmineの問題番号を問題またはプロジェクトにリンクしたいと思います。
cgitCommitメッセージのHTMLソースは次のようになります。
<a href='/editingmodule/commit/?id=49e4a33e0f8b306ded5'>refs #459 - create separate directory and repo for editingModule, lots of dif...</a>
私がやりたいのは、#459をRedmineの問題とは別のhrefにすることですが、両側のcgitリンクは変更しないでください。したがって、上記のURLは次のように変換されます。
<a href='/editingmodule/commit/?id=49e4a33e0f8b306ded5'>refs</a>
<a href='http://redmine.project.com/redmine/issues/459'>#459</a>
<a href='/editingmodule/commit/?id=49e4a33e0f8b306ded5'> - create separate directory and repo for editingModule, lots of dif...</a>
読みにくいかもしれませんが、上のリンクの#459はRedmineプロジェクトにリンクされています。
わかりやすくするために、Redmineの問題へのリンクをcgitリンクに追加することもできます。