beber pushed a commit to branch master. http://git.enlightenment.org/website/git.git/commit/?id=36f057d20a98348f2ff49014c38f7056cf1a5132
commit 36f057d20a98348f2ff49014c38f7056cf1a5132 Author: Bertrand Jacquin <[email protected]> Date: Tue Feb 11 21:50:57 2014 +0100 filters: do not rewrite DXXX links twice --- public_html/filters/commit-filter | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public_html/filters/commit-filter b/public_html/filters/commit-filter index 24ca2dc..9db7270 100755 --- a/public_html/filters/commit-filter +++ b/public_html/filters/commit-filter @@ -18,5 +18,4 @@ exec sed -r \ -e 's@\b([0-9a-fA-F]{7,40})\b@<a href="./?id=\1">\1</a>@g' \ -e 's@\b(D[0-9]+)\b@<a href="https://phab.enlightenment.org/\1">\1</a>@g' \ - -e 's@\b(T[0-9]+)\b@<a href="https://phab.enlightenment.org/\1">\1</a>@g' \ - -e 's@^(Differential Revision:) (https://phab.enlightenment.org/D[0-9]+)\b@\1 <a href="\2">\2</a>@g' + -e 's@\b(T[0-9]+)\b@<a href="https://phab.enlightenment.org/\1">\1</a>@g' --
