]> Sergey Matveev's repositories - public-inbox.git/commit
import: pass "raw" dates to git-fast-import(1)
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 15 Feb 2018 01:10:06 +0000 (01:10 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 15 Feb 2018 04:42:30 +0000 (04:42 +0000)
commit2ced47b57111739e86751a5f49fd6120a3e26f6e
treea61b82604809260c62562d84e11712fa139a2435
parentf46019039da6ac1596a4aef64b7bf394c743c1b1
import: pass "raw" dates to git-fast-import(1)

For LKML, it appears we need an even more liberal parser than
RFC2822 date parser in git.  I have not validated Date::Parse
parses dates correctly, but this at least prevents
git-fast-import(1) from choking.
lib/PublicInbox/Import.pm