summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
363d432)
This way, we allow a patch editing to remove an existing date by not
specifying it.
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
author_name = patch.get_authname()
if not author_email:
author_email = patch.get_authemail()
author_name = patch.get_authname()
if not author_email:
author_email = patch.get_authemail()
- if not author_date:
- author_date = patch.get_authdate()
if not committer_name:
committer_name = patch.get_commname()
if not committer_email:
if not committer_name:
committer_name = patch.get_commname()
if not committer_email: