[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.4-2-gef4e0a7

git at osgeo.org git at osgeo.org
Fri Feb 28 11:56:06 PST 2020


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, stable-2.5 has been updated
       via  ef4e0a7f4a3d289ce651c6170d94fc104c3e9f4c (commit)
      from  866a4863114b6c12b977fb65a468525379b7e7dc (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 ef4e0a7f4a3d289ce651c6170d94fc104c3e9f4c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Fri Feb 28 11:55:52 2020 -0800

    Generate Changelog using git2cl

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 49a0d35..c08aaaf 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -129,7 +129,7 @@ config.status: configure
 	./configure
 
 ChangeLog:
-	svn2cl --authors=authors.svn -i -o ChangeLog
+	git log --pretty --numstat --summary | git2cl > ChangeLog
 
 raster-post-install-check:
 	$(MAKE) -C raster post-install-check

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

Summary of changes:
 GNUmakefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list