about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-04-22 13:28:49 +0000
committerAlyssa Ross <hi@alyssa.is>2020-04-22 14:18:43 +0000
commit3159d213c26b2284ace004ee8dbf722b6a46b7b5 (patch)
treedf83cb19ac227eaae644bf93f23443cf5a050be1 /Cargo.lock
parente6fc6d7329fc3565b93269d7f5bd361a0e048732 (diff)
downloadpushmail-3159d213c26b2284ace004ee8dbf722b6a46b7b5.tar
pushmail-3159d213c26b2284ace004ee8dbf722b6a46b7b5.tar.gz
pushmail-3159d213c26b2284ace004ee8dbf722b6a46b7b5.tar.bz2
pushmail-3159d213c26b2284ace004ee8dbf722b6a46b7b5.tar.lz
pushmail-3159d213c26b2284ace004ee8dbf722b6a46b7b5.tar.xz
pushmail-3159d213c26b2284ace004ee8dbf722b6a46b7b5.tar.zst
pushmail-3159d213c26b2284ace004ee8dbf722b6a46b7b5.zip
Don't use author date as email date
This can be months in the past, and means people who sort their
messages by date won't see commits.  Ideally, we'd set this to the
time of the push, but since that information isn't exposed, the best
we can do is the time when we saw it.

Author and committer dates are now both included in the message
header.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 71b2e02..21b3539 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -507,6 +507,7 @@ dependencies = [
 name = "pushmail"
 version = "0.1.0"
 dependencies = [
+ "chrono",
  "clap",
  "failure",
  "graphql_client",