Thread

  1. Re: Having postgresql.org link to cgit instead of gitweb

    Jonathan S. Katz <jkatz@postgresql.org> — 2025-09-19T16:58:51Z

    On 9/19/25 12:17 PM, Tom Lane wrote:
    > Peter Geoghegan <pg@bowt.ie> writes:
    >> cgit messes up indentation by showing 8 space tabs (not 4 space tabs)
    >> -- that's certainly not ideal.
    > 
    > To me that seems like a complete blocker for this proposal,
    > if we can't find a fix.
    
    On a quick read, I believe this is easily settable in the cgit.css file 
    by setting "tab-size" to "4". I did a quick test hacking this inline, 
    and it worked.
    
    Further, it appears we already attempt to do this in a "4space.css" file 
    we serve, but it needs to be edited with the updated cgit HTML/CSS.
    
    Thanks,
    
    Jonathan