[postgis-tickets] [SCM] PostGIS branch master updated. 15111afc04b2d36e94a51d6ccf63782ca5280d7b
git at osgeo.org
git at osgeo.org
Thu Dec 19 05:25:04 PST 2019
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 15111afc04b2d36e94a51d6ccf63782ca5280d7b (commit)
from e783b93435c8d24e65ef6574431e467385bb6a50 (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 15111afc04b2d36e94a51d6ccf63782ca5280d7b
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Dec 19 14:24:34 2019 +0100
ticket refs are strings, not patterns
diff --git a/utils/check_news.sh b/utils/check_news.sh
index 5901e7d..d2f118d 100755
--- a/utils/check_news.sh
+++ b/utils/check_news.sh
@@ -66,7 +66,7 @@ if test "${TICKET_REFS}" = "yes"; then
# commit logs is also found in the NEWS file
if which git > /dev/null && test -e .git; then
git log --grep '#[0-9]\+' --pretty='format:%H' |
- grep -vwf $TICKET_REFS_SKIP_COMMITS |
+ grep -vwFf $TICKET_REFS_SKIP_COMMITS |
xargs git log --no-walk --pretty='format:%B' |
sed -En 's|#([0-9]+)|\a\1\n|;/\n/!b;s|.*\a||;P;D' |
sort -nru |
-----------------------------------------------------------------------
Summary of changes:
utils/check_news.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list