On Thu, Sep 18, 2025 at 9:12 PM Jonathan S. Katz <jkatz(at)postgresql(dot)org> wrote:
> While prepping the website for the PG18 GA, I stumbled on the inability
> to access parts of commits through the gitweb links, specifically
> hitting 429 status code errors (this seems to be intermittent). After
> some briefing on why it's disabled and how this isn't an issue with
> cgit, I prepped a patch for postgresql.org (the main website) that would
> update the git.postgresql.org reference to use cgit instead of gitweb.
cgit messes up indentation by showing 8 space tabs (not 4 space tabs)
-- that's certainly not ideal.
I understand that the same problem was fixed within gitweb by patching
the source code.
--
Peter Geoghegan