[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 8f52e7b04add903b70daec84f5886319877a54ce
git at osgeo.org
git at osgeo.org
Fri Feb 28 11:57:09 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.4 has been updated
via 8f52e7b04add903b70daec84f5886319877a54ce (commit)
via 6ef5bac4d3a3cf6056fc5737dde052d610620bea (commit)
from 667a71a22475f1e348f9ea2304d8be3419e8c5a4 (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 8f52e7b04add903b70daec84f5886319877a54ce
Merge: 6ef5bac 667a71a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Feb 28 11:57:03 2020 -0800
Merge branch 'stable-2.4' of https://git.osgeo.org/gitea/postgis/postgis into stable-2.4
commit 6ef5bac4d3a3cf6056fc5737dde052d610620bea
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Feb 28 11:56:53 2020 -0800
use git2cl to generate changelog
diff --git a/GNUmakefile.in b/GNUmakefile.in
index f7d2840..a88ddef 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