Changeset 1433 in tailor


Ignore:
Timestamp:
05/13/07 23:04:45 (6 years ago)
Author:
bruce.stephens@…
Hash name:
20070513210445-1592e-b18feff1fa65969c82521ee235e519b63a0b3f8e
Message:

git email should use name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/git/target.py

    r1410 r1433  
    7272            name = AUTHOR 
    7373        if not email: 
    74             email = "%s@%s" % (AUTHOR, HOST) 
     74            email = "%s@%s" % (name, HOST) 
    7575        return (name, email) 
    7676 
Note: See TracChangeset for help on using the changeset viewer.