On Sun, Mar 30, 2025 at 04:25:41PM +0200, Mark Wielaard wrote:
> cgit is more efficient compared to gitweb and has nicer URLs. Other
> redirects like gcc.gnu.org/g:x and bugzilla now also redirect to
> cgit.
LGTM.
> diff --git a/cgi-bin/gcc-gitref.cgi b/cgi-bin/gcc-gitref.cgi
> index 17b5f3f
Hi Gerald,
(Adding Arsen to CC, see below)
On Sat, Apr 05, 2025 at 12:02:44AM +0200, Gerald Pfeifer wrote:
> On Fri, 4 Apr 2025, Mark Wielaard wrote:
> > So I really don't have time to rewrite this to use some other cgi
> > mechanism. Would you mind if we go with the current version?
>
> Apologi
On Fri, 4 Apr 2025, Mark Wielaard wrote:
>>> Might there be a way to do that on the server side (via .htaccess or some
>>> other configuration)?
>> There might be, but it has been more than a decade since I hacked on
>> cgi scripts. I am not sure I can reliably rewrite this one to use some
>> othe
Hi Gerald,
On Mon, 2025-03-31 at 15:27 +0200, Gerald Pfeifer wrote:
> > - echo 'https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h='$ret'">'
> > + echo '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 configura
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:x and bugzilla now also redirect to
> cgit.
Happy to follow your recommendation.
> - echo 'https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h='$ret'">'
Hi Gerald,
On Mon, 2025-03-31 at 17:32 +0200, Mark Wielaard wrote:
> On Mon, 2025-03-31 at 15:27 +0200, Gerald Pfeifer wrote:
> > > - echo 'https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h='$ret'">'
> > > + echo 'https://gcc.gnu.org/cgit/gcc/commit/?id='$ret'">'
> >
> > Might there be a way to do