Merge "Uncount new commits triggered by submodule"

This commit is contained in:
Jenkins
2017-05-11 09:42:39 +00:00
committed by Gerrit Code Review

View File

@@ -202,6 +202,10 @@ class Git(Vcs):
commit[param[0]] = rec.group(i)
i += 1
# ignore machine/script produced submodule auto updates
if commit['subject'] == u'Update git submodules':
continue
if not commit['author_email']:
# ignore commits with empty email (there are some < Essex)
continue