[geos-commits] [SCM] GEOS branch master updated. 60fbafd7c2470781a022057610a85787ae98cc88

git at osgeo.org git at osgeo.org
Sun Jun 24 20:00:44 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, master has been updated
       via  60fbafd7c2470781a022057610a85787ae98cc88 (commit)
      from  d9619c5605296175de81bf02e4aa4ab0b82c7d76 (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 60fbafd7c2470781a022057610a85787ae98cc88
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jun 24 23:00:43 2018 -0400

    Revise to call git log explicitly with format suitable for conversion by git2cl.
    This is needed because jenkins uses git log format not suitable for git2cl
    Closes #884

diff --git a/Makefile.am b/Makefile.am
index e4a8a20..e0fac9b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list