From caf3b6d8c3945370c326a6605c6e26bef8ef910b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 15 Oct 2010 15:23:07 -0400 Subject: [PATCH] add redirect for openbox.org/git/USER/SHA to gitweb commit diff --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 381dc9e..e4ce625 100644 --- a/.htaccess +++ b/.htaccess @@ -29,3 +29,5 @@ RewriteRule ^$ wiki [L] # wiki/ shortcut for the old wiki site RewriteRule ^wiki/?$ oldwiki/index.php?title=Main_Page [L,QSA] RewriteRule ^wiki/(.+)$ oldwiki/index.php?title=$1 [L,QSA] + +RedirectMatch temp ^/git/([^/]+/)(.*)$ http://git.openbox.org/?p=$1openbox.git;a=commitdiff;h=$2 -- 2.34.1