===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
stgit-0.19/stgit/commands/common.py-278-def name_email(address):
stgit-0.19/stgit/commands/common.py:279:    p = email.utils.parseaddr(address)
stgit-0.19/stgit/commands/common.py-280-    if p[1]:
##############################################
stgit-0.19/stgit/commands/mail.py-190-                           'example set git config user.name and user.email')
stgit-0.19/stgit/commands/mail.py:191:    sender = email.utils.parseaddr(sender)
stgit-0.19/stgit/commands/mail.py-192-
stgit-0.19/stgit/commands/mail.py:193:    return email.utils.formataddr(address_or_alias(sender))
stgit-0.19/stgit/commands/mail.py-194-