This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a47d63fe Spurious 'to'; show both revisions for completeness
a47d63fe is described below
commit a47d63feee54d6204bcea95d357dcfd60109b345
Author: Sebb <[email protected]>
AuthorDate: Tue Mar 5 23:53:35 2024 +0000
Spurious 'to'; show both revisions for completeness
---
tools/pubsub-ci-email.rb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tools/pubsub-ci-email.rb b/tools/pubsub-ci-email.rb
index 461c6f87..305b141a 100755
--- a/tools/pubsub-ci-email.rb
+++ b/tools/pubsub-ci-email.rb
@@ -165,7 +165,7 @@ def do_diff(initialhash, currenthash)
====================
To: [email protected],#{mail_list}
- On #{currentdate} #{username} (#{userid}) was #{change_text} to the
+ On #{currentdate} #{username} (#{userid}) was #{change_text} the
#{ctteename} PMC by #{currentcommittername} (#{currentcommitter}).
The commit message was:
@@ -177,6 +177,7 @@ def do_diff(initialhash, currenthash)
https://whimsy.apache.org/roster/committee/#{cttee.name}
This is an automated email generated by Whimsy (#{File.basename(__FILE__)})
+ Revisions compared: #{initialrev} => #{currentrev}
EOD
mail = Mail.new do