git-am: catch missing author date early.
commit6e9e0327b7d7f384d8a223b4bc40330ef3e7fb61
authorJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2007 22:38:40 +0000 (2 14:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 2 Dec 2007 22:38:40 +0000 (2 14:38 -0800)
tree84fd11aa21ca59742ef1c075cc3fc699ecf3356e
parentada59fcd3230e661bc1110702a2fb4ef76371bc1
git-am: catch missing author date early.

Even though commit-tree would default to the current time if the incoming
e-mail message somehow did not record the timestamp, it is safer to catch
the breakage sooner.

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