On Sun, 30 Mar 2025, Mark Wielaard wrote: > cgit is more efficient compared to gitweb and has nicer URLs. Other > redirects like gcc.gnu.org/g:xxxxx and bugzilla now also redirect to > cgit.
Happy to follow your recommendation. > - echo '<meta http-equiv="Refresh" content="0; > url=https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h='$ret'">' > + echo '<meta http-equiv="Refresh" content="0; > url=https://gcc.gnu.org/cgit/gcc/commit/?id='$ret'">' Might there be a way to do that on the server side (via .htaccess or some other configuration)? Gerald