[SCM] PostGIS branch master updated. 3.6.0rc2-382-g08054a171

git at osgeo.org git at osgeo.org
Mon Mar 9 11:12:27 PDT 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  08054a171b90f96bc4ad4ba89ada81c4709cb141 (commit)
      from  d2a87d6305a558906618f7df087ffdcf8a60d988 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 08054a171b90f96bc4ad4ba89ada81c4709cb141
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Mar 9 19:12:08 2026 +0100

    Have codespell ignore generated sql files under doc/ (comments)

diff --git a/.codespellrc b/.codespellrc
index b68fd7fbf..2e8dc1b78 100644
--- a/.codespellrc
+++ b/.codespellrc
@@ -9,6 +9,7 @@ skip =
     ./doc/html/**,
     ./doc/po/**,
     ./doc/postgis-out.xml,
+    ./doc/*.sql,
     ./doc/postgis-nospecial.xml,
     ./postgis/*.sql,
     ./raster/rt_pg/*.sql,

-----------------------------------------------------------------------

Summary of changes:
 .codespellrc | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list