Merge branch 'stable' into stable-master-merge
[stgit] / stgit / stack.py
index 1f01295..74c2c10 100644 (file)
@@ -700,8 +700,6 @@ class Series(PatchSet):
             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: