From mirabilos at evolvis.org Sat May 9 18:08:46 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:08:46 +0200 (CEST) Subject: [Evolvis-Platform commits] {recvhook} branch oldgit created. standalone/20191111-1-gff53c34 Message-ID: <20200509160846.887E04A08DD@evolvis.org> 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 "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The branch, oldgit has been created at ff53c3430ec550f943600a4ffc5a51089a7d2ba5 (commit) Below, we list all revisions that are new to this repository and have not appeared on any other notification email. The diff below represents the summarised changes from the first known parent: - Log ----------------------------------------------------------------- commit ff53c3430ec550f943600a4ffc5a51089a7d2ba5 Author: mirabilos Date: Sat May 9 18:00:19 2020 +0200 add a variant for older git releases ----------------------------------------------------------------------- Summary of changes: post-receive-email | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post-receive-email b/post-receive-email index 38f6cac..3916147 100755 --- a/post-receive-email +++ b/post-receive-email @@ -395,7 +395,7 @@ generate_create_branch_email() git rev-list --parents --topo-order --reverse --stdin $newrev | \ head -n 1 |& read -p commit parent otherparents - git -c core.quotePath=false diff-tree $diffopts \ + git diff-tree $diffopts \ "${parent:-$(:|git hash-object -t tree --stdin)}" "$newrev" } @@ -574,7 +574,7 @@ generate_update_branch_email() # non-fast-forward updates. echo "" echo "Summary of changes:" - git -c core.quotePath=false diff-tree $diffopts $oldrev..$newrev + git diff-tree $diffopts $oldrev..$newrev } # hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook) From mirabilos at evolvis.org Sat May 9 18:10:43 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:10:43 +0200 (CEST) Subject: [Evolvis-Platform commits] Supplemental git repository recvhook for Evolvis project evolvis-platfrm branch standalone updated. standalone/20191111-1-gd53aeb1 Message-ID: <20200509161043.13B494A08DD@evolvis.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository "/var/lib/gforge/chroot/scmrepos/git/evolvis-platfrm/recvhook.git" containing the project "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The branch, standalone has been updated via d53aeb132ba88cb42a0514ec3f8c83cfd27ab2b1 (commit) from a9d53b2c9c5c7ebf89da0ed82e8a5107b041f5d9 (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 d53aeb132ba88cb42a0514ec3f8c83cfd27ab2b1 Author: mirabilos Date: Sat May 9 18:06:31 2020 +0200 attempt to clean up the first eMail paragraph a little ----------------------------------------------------------------------- Summary of changes: post-receive-email | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/post-receive-email b/post-receive-email index 38f6cac..abde17e 100755 --- a/post-receive-email +++ b/post-receive-email @@ -1,11 +1,13 @@ #!/bin/mksh # +# Copyright © 2016, 2020 +# mirabilos # Copyright © 2013 # Thorsten “mirabilos” Glaser # Copyright © 2011, 2012, 2013, 2014, 2015, 2018, 2019 # Thorsten “mirabilos” Glaser # Copyright © 2016 -# martin f krafft (madduck), Thorsten Glaser (mirabilos) +# martin f krafft (madduck) # # Copyright (c) 2007 Andy Parkins # @@ -288,6 +290,7 @@ generate_email() generate_email_header() { local routing_headers subj senc failc=0 + local repolabel # --- Email (all stdout will be the email) # Generate header @@ -330,6 +333,12 @@ generate_email_header() senc="Subject: post-receive-email: no Subject, RFC2047 MIME encoding failed" fi + if [[ $shortdesc = "$projectdesc" ]]; then + repolabel=$PWD + else + repolabel=$shortdesc + fi + cat <<-EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -342,9 +351,10 @@ generate_email_header() $senc Auto-Submitted: auto-generated - 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 "$projectdesc". + This is an automated email from the git hooks/post-receive script. + It was generated because a ref change was pushed to the repository + "$repolabel" containing the project + "$projectdesc". The $refname_type, $short_refname has been ${change_type}d EOF hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook) From mirabilos at evolvis.org Sat May 9 18:17:45 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:17:45 +0200 (CEST) Subject: [Evolvis-Platform commits] {recvhook} branch forge updated. forge/20191111-2-gbf7bb23 Message-ID: <20200509161745.CE4084A08DD@evolvis.org> 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 "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The branch, forge has been updated via bf7bb23f73d87e7bdc37178f0d881db25618c709 (commit) via d53aeb132ba88cb42a0514ec3f8c83cfd27ab2b1 (commit) from 1e90b26ecece0f196161ae5982c3f5cd553d386f (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 bf7bb23f73d87e7bdc37178f0d881db25618c709 Merge: 1e90b26 d53aeb1 Author: mirabilos Date: Sat May 9 18:07:25 2020 +0200 Merge branch 'standalone' into forge ----------------------------------------------------------------------- Summary of changes: post-receive-email | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/post-receive-email b/post-receive-email index 3c15ec5..0278576 100755 --- a/post-receive-email +++ b/post-receive-email @@ -1,11 +1,13 @@ #!/bin/mksh # +# Copyright © 2016, 2020 +# mirabilos # Copyright © 2013 # Thorsten “mirabilos” Glaser # Copyright © 2011, 2012, 2013, 2014, 2015, 2018, 2019 # Thorsten “mirabilos” Glaser # Copyright © 2016 -# martin f krafft (madduck), Thorsten Glaser (mirabilos) +# martin f krafft (madduck) # Part of FusionForge (in particular Evolvis). # # This script can only be used in EvolvisForge configured git @@ -334,6 +336,7 @@ generate_email() generate_email_header() { local routing_headers subj senc failc=0 + local repolabel # --- Email (all stdout will be the email) # Generate header @@ -376,6 +379,12 @@ generate_email_header() senc="Subject: post-receive-email: no Subject, RFC2047 MIME encoding failed" fi + if [[ $shortdesc = "$projectdesc" ]]; then + repolabel=$PWD + else + repolabel=$shortdesc + fi + cat <<-EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -388,9 +397,10 @@ generate_email_header() $senc Auto-Submitted: auto-generated - 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 "$projectdesc". + This is an automated email from the git hooks/post-receive script. + It was generated because a ref change was pushed to the repository + "$repolabel" containing the project + "$projectdesc". The $refname_type, $short_refname has been ${change_type}d EOF hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook) From mirabilos at evolvis.org Sat May 9 18:17:45 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:17:45 +0200 (CEST) Subject: [Evolvis-Platform commits] {recvhook} branch master updated. standalone/20191111-18-g0471c62 Message-ID: <20200509161745.D74A04A08DE@evolvis.org> 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 "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The branch, master has been updated via 0471c62faf22503490d86686332cca279ad82ebe (commit) via 6ce3d72eca187fcb206ab96d162d3ed7dfca005b (commit) via 8dcb5c2524362247893490080e88038cae002e1a (commit) via d53aeb132ba88cb42a0514ec3f8c83cfd27ab2b1 (commit) from f65194655237cdc991f9f4ec44327494bd86f02b (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 0471c62faf22503490d86686332cca279ad82ebe Author: mirabilos Date: Sat May 9 18:17:20 2020 +0200 update documentation commit 6ce3d72eca187fcb206ab96d162d3ed7dfca005b Author: mirabilos Date: Sat May 9 18:15:38 2020 +0200 update the diffs commit 8dcb5c2524362247893490080e88038cae002e1a Merge: f651946 d53aeb1 Author: mirabilos Date: Sat May 9 18:14:27 2020 +0200 Merge tag 'standalone/20200509' Evolvis recvhook standalone on 2020-05-09 ----------------------------------------------------------------------- Summary of changes: README | 3 ++- forge.diff | 16 ++++++++-------- oldgit.diff | 25 +++++++++++++++++++++++++ post-receive-email | 18 ++++++++++++++---- 4 files changed, 49 insertions(+), 13 deletions(-) create mode 100644 oldgit.diff diff --git a/README b/README index 6860ec2..35f7c85 100644 --- a/README +++ b/README @@ -56,7 +56,8 @@ There are notable new settings: • hooks.replyto (sets a Reply-To: header) • hooks.shortdesc (used in the Subject: header instead - of the content of the description file) + of the content of the description file; using this + over hooks.emailprefix is recommended) • hooks.kgbconffile (full path to a configuration file for kgb-client, triggers on-push IRC notifications) • hooks.curltrigger (whitespace-separated list of URIs diff --git a/forge.diff b/forge.diff index 5f5b080..8794eee 100644 --- a/forge.diff +++ b/forge.diff @@ -2,13 +2,13 @@ # DP: (note that master has no delta against standalone) diff --git a/post-receive-email b/post-receive-email -index 38f6cac..3c15ec5 100755 +index abde17e..0278576 100755 --- a/post-receive-email +++ b/post-receive-email -@@ -6,6 +6,11 @@ +@@ -8,6 +8,11 @@ # Thorsten “mirabilos” Glaser # Copyright © 2016 - # martin f krafft (madduck), Thorsten Glaser (mirabilos) + # martin f krafft (madduck) +# Part of FusionForge (in particular Evolvis). +# +# This script can only be used in EvolvisForge configured git @@ -17,7 +17,7 @@ index 38f6cac..3c15ec5 100755 # # Copyright (c) 2007 Andy Parkins # -@@ -62,23 +67,26 @@ +@@ -64,23 +69,26 @@ # Config # ------ # hooks.mailinglist @@ -48,7 +48,7 @@ index 38f6cac..3c15ec5 100755 # hooks.showrev # The shell command used to format each revision in the email, with # "%s" replaced with the commit id. Defaults to "git rev-list -1 -@@ -127,6 +135,44 @@ export LANG=C LC_ADDRESS=C LC_COLLATE=C LC_CTYPE=C.UTF-8 \ +@@ -129,6 +137,44 @@ export LANG=C LC_ADDRESS=C LC_COLLATE=C LC_CTYPE=C.UTF-8 \ LC_MONETARY=C LC_NAME=C LC_NUMERIC=C LC_PAPER=C \ LC_TELEPHONE=C LC_TIME=C @@ -93,7 +93,7 @@ index 38f6cac..3c15ec5 100755 # ---------------------------- Functions # -@@ -359,6 +405,7 @@ generate_email_footer() +@@ -369,6 +415,7 @@ generate_email_footer() hooks/post-receive --${SPACE} $projectdesc @@ -101,7 +101,7 @@ index 38f6cac..3c15ec5 100755 EOF } -@@ -851,8 +898,10 @@ then +@@ -861,8 +908,10 @@ then fi recipients=$(git config hooks.mailinglist) @@ -112,7 +112,7 @@ index 38f6cac..3c15ec5 100755 emailprefix=$(git config hooks.emailprefix) custom_showrev=$(git config hooks.showrev) maxlines=$(git config hooks.emailmaxlines) -@@ -860,8 +909,9 @@ diffopts=$(git config hooks.diffopts) +@@ -870,8 +919,9 @@ diffopts=$(git config hooks.diffopts) : "${diffopts:="-p --stat --summary --find-copies-harder"}" kgbconffile=$(git config hooks.kgbconffile) replyto=$(git config hooks.replyto) diff --git a/oldgit.diff b/oldgit.diff new file mode 100644 index 0000000..cf28bac --- /dev/null +++ b/oldgit.diff @@ -0,0 +1,25 @@ +# DP: diff between the standalone branch and the oldgit branch +# DP: (note that master has no delta against standalone) + +diff --git a/post-receive-email b/post-receive-email +index abde17e..335ab59 100755 +--- a/post-receive-email ++++ b/post-receive-email +@@ -405,7 +405,7 @@ generate_create_branch_email() + git rev-list --parents --topo-order --reverse --stdin $newrev | \ + head -n 1 |& + read -p commit parent otherparents +- git -c core.quotePath=false diff-tree $diffopts \ ++ git diff-tree $diffopts \ + "${parent:-$(:|git hash-object -t tree --stdin)}" "$newrev" + } + +@@ -584,7 +584,7 @@ generate_update_branch_email() + # non-fast-forward updates. + echo "" + echo "Summary of changes:" +- git -c core.quotePath=false diff-tree $diffopts $oldrev..$newrev ++ git diff-tree $diffopts $oldrev..$newrev + } + + # diff --git a/post-receive-email b/post-receive-email index 38f6cac..abde17e 100755 --- a/post-receive-email +++ b/post-receive-email @@ -1,11 +1,13 @@ #!/bin/mksh # +# Copyright © 2016, 2020 +# mirabilos # Copyright © 2013 # Thorsten “mirabilos” Glaser # Copyright © 2011, 2012, 2013, 2014, 2015, 2018, 2019 # Thorsten “mirabilos” Glaser # Copyright © 2016 -# martin f krafft (madduck), Thorsten Glaser (mirabilos) +# martin f krafft (madduck) # # Copyright (c) 2007 Andy Parkins # @@ -288,6 +290,7 @@ generate_email() generate_email_header() { local routing_headers subj senc failc=0 + local repolabel # --- Email (all stdout will be the email) # Generate header @@ -330,6 +333,12 @@ generate_email_header() senc="Subject: post-receive-email: no Subject, RFC2047 MIME encoding failed" fi + if [[ $shortdesc = "$projectdesc" ]]; then + repolabel=$PWD + else + repolabel=$shortdesc + fi + cat <<-EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -342,9 +351,10 @@ generate_email_header() $senc Auto-Submitted: auto-generated - 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 "$projectdesc". + This is an automated email from the git hooks/post-receive script. + It was generated because a ref change was pushed to the repository + "$repolabel" containing the project + "$projectdesc". The $refname_type, $short_refname has been ${change_type}d EOF hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook) From mirabilos at evolvis.org Sat May 9 18:17:45 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:17:45 +0200 (CEST) Subject: [Evolvis-Platform commits] {recvhook} branch oldgit updated. standalone/20191111-3-gf764f45 Message-ID: <20200509161745.E4A7D4A08DF@evolvis.org> 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 "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The branch, oldgit has been updated via f764f459f3616f975fef0e79d3042120a54c6747 (commit) via d53aeb132ba88cb42a0514ec3f8c83cfd27ab2b1 (commit) from ff53c3430ec550f943600a4ffc5a51089a7d2ba5 (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 f764f459f3616f975fef0e79d3042120a54c6747 Merge: ff53c34 d53aeb1 Author: mirabilos Date: Sat May 9 18:13:50 2020 +0200 Merge tag 'standalone/20200509' into oldgit Evolvis recvhook standalone on 2020-05-09 ----------------------------------------------------------------------- Summary of changes: post-receive-email | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/post-receive-email b/post-receive-email index 3916147..335ab59 100755 --- a/post-receive-email +++ b/post-receive-email @@ -1,11 +1,13 @@ #!/bin/mksh # +# Copyright © 2016, 2020 +# mirabilos # Copyright © 2013 # Thorsten “mirabilos” Glaser # Copyright © 2011, 2012, 2013, 2014, 2015, 2018, 2019 # Thorsten “mirabilos” Glaser # Copyright © 2016 -# martin f krafft (madduck), Thorsten Glaser (mirabilos) +# martin f krafft (madduck) # # Copyright (c) 2007 Andy Parkins # @@ -288,6 +290,7 @@ generate_email() generate_email_header() { local routing_headers subj senc failc=0 + local repolabel # --- Email (all stdout will be the email) # Generate header @@ -330,6 +333,12 @@ generate_email_header() senc="Subject: post-receive-email: no Subject, RFC2047 MIME encoding failed" fi + if [[ $shortdesc = "$projectdesc" ]]; then + repolabel=$PWD + else + repolabel=$shortdesc + fi + cat <<-EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 @@ -342,9 +351,10 @@ generate_email_header() $senc Auto-Submitted: auto-generated - 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 "$projectdesc". + This is an automated email from the git hooks/post-receive script. + It was generated because a ref change was pushed to the repository + "$repolabel" containing the project + "$projectdesc". The $refname_type, $short_refname has been ${change_type}d EOF hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook) From mirabilos at evolvis.org Sat May 9 18:17:56 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:17:56 +0200 (CEST) Subject: [Evolvis-Platform commits] {recvhook} annotated tag forge/20200509 created. forge/20200509 Message-ID: <20200509161756.6F96A4A08DD@evolvis.org> 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 "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The annotated tag, forge/20200509 has been created at f5daf31aa76afb9cc103240e52d40e4116ab63c2 (tag) tagging bf7bb23f73d87e7bdc37178f0d881db25618c709 (commit) replaces forge/20191111 tagged by mirabilos on Sat May 9 18:13:32 2020 +0200 - Log ----------------------------------------------------------------- Evolvis recvhook forge on 2020-05-09 -----BEGIN PGP SIGNATURE----- Comment: ☃ ЦΤℱ—8 ☕☂☄ iQIcBAABCQAGBQJettavAAoJEIlQwYleuNOzCaYQAItNR3ZMdHmjFxLtGtuYDocv mv9tdOW/6OrEcM7SHpvMIGf7mL20ssRejnISPmb7OYCDqRyl0G1V5Wi4kG+0fOe8 uhtFIsGbFmxvI7P9LZZ3dr63cUDH2H0LCeChzWE0q+GsNgG2FPdGkSNLlXDfw1+/ 7u6J8/L6Zw4qsPEUMbS6E8K4SEnYAES7BGPNNMh3a+jRXIL1C3QX/LDx1bmkjoCA VAHgnHAXqqZs3AP1dWi3zTbE0wjsOIPS6cUWqhZvzxTQAF2vYlLsFC+cTfqkmY/x ccI4bE70b/osNYZI8b3zIdX27kJ2lXIxZnkfWOSec2Wd6g1hPyXy54XMILZdfwK4 gOK7SvEjqNxKBvXABoRLiI2vNnclZZIxZuGPosQO/PXRs9wB8jrYPwnuvdt2DtUI hxiGpwPccIVmMoAny6sptleu65HUshkBM6L7eWULR1VyNlIaN+clUVwkK2UynvvT 8cFz642CEA1Qyh9OyvwuQ0Cr8S62eaU4IK0wutAuRGHToCRDNnrooh/Jy+dX8O2G WrYdwmdpSzQLdlRchi5/itec8Yap74VW5SF4P+AQ7vQp89hmGB+5Q2MfQ7SXPJjI cgR4BqUD/j2m6gFO/tGY1Dd90uolfUiWGxNZ0lpYTQ4QVa74oeklymcJEE2+IBdn I9wrl3NHNLqD9FMfzs7G =Meln -----END PGP SIGNATURE----- mirabilos (2): attempt to clean up the first eMail paragraph a little Merge branch 'standalone' into forge ----------------------------------------------------------------------- hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook) From mirabilos at evolvis.org Sat May 9 18:17:56 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:17:56 +0200 (CEST) Subject: [Evolvis-Platform commits] {recvhook} annotated tag oldgit/20200509 created. oldgit/20200509 Message-ID: <20200509161756.7BCA34A08DE@evolvis.org> 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 "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The annotated tag, oldgit/20200509 has been created at ee72b4977bdb698ee772346559644db02b7ea487 (tag) tagging f764f459f3616f975fef0e79d3042120a54c6747 (commit) replaces standalone/20191111 tagged by mirabilos on Sat May 9 18:14:05 2020 +0200 - Log ----------------------------------------------------------------- Evolvis recvhook oldgit on 2020-05-09 -----BEGIN PGP SIGNATURE----- Comment: ☃ ЦΤℱ—8 ☕☂☄ iQIcBAABCQAGBQJettbWAAoJEIlQwYleuNOztlwP/3GRsMzGD5Wp+Vlfotw1Dfmo Wx+VgAImBBgaCUDz0o5WHn7tRb5o5/0TqOYu9aUPGdW5o1muhCHBK0mYgmaDrZ5E 1e1xqLenfo/Pu8FtVAu9LkpdmJPDPKCacoiAenRanPCbujhSVQrBvdytm06Y0n02 34vZXcOaRBmVImLtUvnrQh9/PJgQNKCm+bac3KMCpYi+Oqa4d71OthUbsYP6q6PF 0dIpn0OFgwa6/xDInzDH7bZ6Vx5YR4BWwJlR/i5NAfgtrWUBcxOvOECL07TrCRuD sz3Tsq/eG1W8SgFOpMstbrCjJ5ihx7DWUkBq1mx20XvtwSn2at8yEjbvAYB4L1/1 l/fLAUw03vx2Hn/HZYq/23cza9TKa8w5PWS1i4Oh+U5WUi7zs19FV0xps5OSzpko qdxpsUtp+GCj0CIHbE8qTLAZbMGW0ZqN7TYK3VaozzXHbbLtoqXDCE+evMvoH3dH TvBBv/uvnMQ+KUpV7sEcEU29DTRKM5jUYqewLTKllfvo97d6Ml78fDWOo7YxxA6B CyoqS0wBMQwBkU/02GgeuhHJcFSp8UgtStdw64Z0dWnQ/BRleslBXVshKRrpExGt rH506pCG5IXnpeWC7P0jxVlVelJ/mxdXLjzQoaaNdsLCv5f52tQ/+aMOOt/Fn1hx Y9I2lGBRmdQ7hjwKR6HG =cLKG -----END PGP SIGNATURE----- mirabilos (3): add a variant for older git releases attempt to clean up the first eMail paragraph a little Merge tag 'standalone/20200509' into oldgit ----------------------------------------------------------------------- hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook) From mirabilos at evolvis.org Sat May 9 18:17:56 2020 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Sat, 9 May 2020 18:17:56 +0200 (CEST) Subject: [Evolvis-Platform commits] {recvhook} annotated tag standalone/20200509 created. standalone/20200509 Message-ID: <20200509161756.8A2C34A08DD@evolvis.org> 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 "Supplemental git repository recvhook for Evolvis project evolvis-platfrm". The annotated tag, standalone/20200509 has been created at 69309b4864d5a172c157339cbf4c1fcd2e63e02c (tag) tagging d53aeb132ba88cb42a0514ec3f8c83cfd27ab2b1 (commit) replaces standalone/20191111 tagged by mirabilos on Sat May 9 18:12:35 2020 +0200 - Log ----------------------------------------------------------------- Evolvis recvhook standalone on 2020-05-09 -----BEGIN PGP SIGNATURE----- Comment: ☃ ЦΤℱ—8 ☕☂☄ iQIcBAABCQAGBQJettZ2AAoJEIlQwYleuNOz3ugP+wXa9S4+K8NFCRDUgPOsYA0G dw3KgaJUcJXm5JtjZOSi1j68Vnj5s7fCYi4Tb6hGWnUW3grECFudrmJy1QNKvefa GFEYLcB3cNclScbhSXQsrCErgeViPau4UP8jlGJuv1Bm6gh9nGOQEDmwNfvupbPF klqk71fznov7g3k3Qfum5Q4dGvgu8151+GWW5Ci4xeCDgG+4x3BNGXP5PAYe4UDb igKLKuaO/63C5pFdwNvdabp4/cB7c/Ux5LDJrnnuxo7Sjg1loowUAaJFEE8dBWBb 6i39Kes6mVnD6OhXsogCxF65+PJ9Fg2M65rQY9pd5CgBr6DJTXWX0SC4lp4vaelx ZkvTiXVUdQpF8gVGUkC0K1+cJMd/n0U0UXPJVubmlX/4ZdbkUBYwZNkzhk+lxdSK KvtfFd9vlQz1NJE8mUdMUFEzpoc5Uk5X9dH8aMz/MH/iw94Op+WprMeaXT3+l8Cd DKUAUZRvHKsjh4YyZdtCt4ew4l0U2U6aCjo9FlfuYOH2u2c9JE2hfJWX2REUbUfj jO5o4gtqNNr4AMxCTPtTTO0oximQxEiYE9CfjfIGQl2TfeAH4t8WVvp3htttSAMe jrj2vmRh+Emw18IZ/XWHiCbabfS81pS+XkmORUb4rBMjQCNoMhUVGjDbuoJyL28F KJQ4w8iL90DamXsBA8xJ =STpy -----END PGP SIGNATURE----- mirabilos (1): attempt to clean up the first eMail paragraph a little ----------------------------------------------------------------------- hooks/post-receive -- Supplemental git repository recvhook for Evolvis project evolvis-platfrm (Evolvis project evolvis-platfrm repository recvhook)