]> Sergey Matveev's repositories - public-inbox.git/commitdiff
index: use git commit times on missing Date/Received
authorEric Wong <e@yhbt.net>
Fri, 20 Mar 2020 08:18:13 +0000 (08:18 +0000)
committerEric Wong <e@yhbt.net>
Sun, 22 Mar 2020 09:00:23 +0000 (09:00 +0000)
When indexing messages without Date: and/or Received: headers,
fall back to using timestamps originally recorded by git in the
commit object.  This allows git mirrors to preserve the import
datestamp and timestamp of a message according to what was fed
into git, instead of blindly falling back to the current time.


No differences found