[geos-commits] [SCM] GEOS branch svn-3.5 updated. 5d54d849ed49572d78988839f630685679fc1dcb

git at osgeo.org git at osgeo.org
Sat Aug 4 21:49:09 PDT 2018


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 "GEOS".

The branch, svn-3.5 has been updated
       via  5d54d849ed49572d78988839f630685679fc1dcb (commit)
      from  95f744191aa3c3677406f89451a5c534076b3671 (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 5d54d849ed49572d78988839f630685679fc1dcb
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 5 00:49:15 2018 -0400

    Change to call git log to enforce format suitable for git2cl

diff --git a/Makefile.am b/Makefile.am
index 275d6b0..b90d4e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
 #
-# This file is part of project GEOS (http://trac.osgeo.org/geos/) 
+# This file is part of project GEOS (http://trac.osgeo.org/geos/)
 #
 # NOTE: Make sure that 'src' appears first.
 # 'capi' and 'doc' surely rely on availability of libgeos
@@ -38,7 +38,7 @@ gen-ChangeLog:
 	cd $(distdir) && owd=`pwd` && \
   cd ../ && cd $(srcdir) && \
 	if test -d .git; then \
-		git2cl > $${owd}/ChangeLog; \
+		git log --pretty --numstat --summary | git2cl > $${owd}/ChangeLog; \
 	elif test -d .svn; then \
 		svn2cl --authors=authors.svn -i -o $${owd}/ChangeLog; \
 	elif test -f ChangeLog; then \

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

Summary of changes:
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list