From: Catalin Marinas Date: Thu, 20 Mar 2008 23:12:11 +0000 (+0000) Subject: Don't set the default authdate if none specified X-Git-Tag: v0.15-rc1~263 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/2ee5c7edac140c8ba01b50593f16d56e2cee5f37?hp=363d432f16ef2ba8b8f11e6b2402c35842a0a7e7 Don't set the default authdate if none specified This way, we allow a patch editing to remove an existing date by not specifying it. Signed-off-by: Catalin Marinas --- diff --git a/stgit/stack.py b/stgit/stack.py index 1f01295..74c2c10 100644 --- a/stgit/stack.py +++ b/stgit/stack.py @@ -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: