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 36588c2 Allow for new branches
36588c2 is described below
commit 36588c2c4bb3c5c678db41749d15eb8158977b18
Author: Sebb <[email protected]>
AuthorDate: Mon Jun 5 10:52:19 2017 +0100
Allow for new branches
---
www/status/monitors/git.rb | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/www/status/monitors/git.rb b/www/status/monitors/git.rb
index 15d9b32..766b90f 100644
--- a/www/status/monitors/git.rb
+++ b/www/status/monitors/git.rb
@@ -51,6 +51,9 @@ def Monitor.git(previous_status)
' (use "git pull" ',
'Fast-forward',
'Updating ',
+ # TODO Should these 2 lines be handled differently?
+ 'From git://',
+ ' * [new branch]',
]
lines.reject! do |line|
@@ -142,5 +145,12 @@ Already on 'deployment'
Your branch is up-to-date with 'origin/deployment'.
Already up-to-date.
+/x1/srv/git/infrastructure-puppet3
+Already on 'deployment'
+Your branch is up-to-date with 'origin/deployment'.
+From git://git.apache.org/infrastructure-puppet
+ * [new branch] humbedooh/multimail-1.5 -> origin/humbedooh/multimail-1.5
+Already up-to-date.
+
/x1/srv/git/letsencrypt
Already up-to-date.
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].