Revert "git-am: catch missing author date early."
commit3b78959ece0212225ae71efbdf2c1a2183e532f5
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2007 21:16:35 +0000 (5 13:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Dec 2007 21:16:35 +0000 (5 13:16 -0800)
tree4275e5fea09f1e5837a9db2a4c26b2f91eea9929
parent9e4bbeb95f5c9d046b671070eb35b3aa6f3ec5e6
Revert "git-am: catch missing author date early."

This reverts commit 6e9e0327b7d7f384d8a223b4bc40330ef3e7fb61.  People
can prepare a text file with Subject: and From: headers and feed it to
"am" (pretending the file is a piece of e-mail), and have actually been
doing so.  Strict checking for Date: breaks this established workflow,
which wants to record the time of the commit as the author time.

Thanks go to Jens Axboe for injection of sanity.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh