Get AUTHOR_DATE from the email Date: line
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 May 2005 04:42:53 +0000 (21:42 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 2 May 2005 04:42:53 +0000 (21:42 -0700)
Now that git does pretty reliable date parsing, we might as well get
the date from the email itself. Of course, it's still questionable
whether the date on the email is all that relevant, but it's certainly
no worse than taking the commit date.

No differences found