gitdm: report issue when an email address is a "name"

This probably means an incorrect commit message, it also
means that if it is not fixed, the category for this person is probably
going to be incorrect.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Greg Kroah-Hartman 2009-07-24 11:26:01 -07:00 committed by Jonathan Corbet
parent 9aaac7a67d
commit e7b9d7eba1
1 changed files with 5 additions and 1 deletions

6
gitdm
View File

@ -245,7 +245,11 @@ def grabpatch():
p.added += 1
continue
if Prem.match (Line):
p.removed += 1
p.removed += 1
if '@' in p.author.name:
print '%s is an author name, probably not what you want' % p.author.name
#
# Record some global information - but only if this patch had
# stuff which wasn't ignored. This work should be done