chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
363d432
)
Don't set the default authdate if none specified
author
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 20 Mar 2008 23:12:11 +0000
(23:12 +0000)
committer
Catalin Marinas
<catalin.marinas@gmail.com>
Thu, 20 Mar 2008 23:12:11 +0000
(23:12 +0000)
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>
stgit/stack.py
patch
|
blob
|
blame
|
history
diff --git
a/stgit/stack.py
b/stgit/stack.py
index 1f0129525aeba2f5713905988cb86ec51fd772e6..74c2c108f3519f160d9d8d64d52e500f4284abdd 100644
(file)
--- 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: