format-patch: do not use bogus email addresses in message ids
commit59f9b8a9a95cbcf4f6a5123cac04dc5073a8d0cc
authorJeff King <peff@peff.net>
Thu, 24 May 2012 23:32:52 +0000 (24 19:32 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 May 2012 03:50:19 +0000 (24 20:50 -0700)
treefd80d8dd66246507934acb9723220309c4f65603
parent8c5b1ae1b26a7512eb29e75391b8b24c0d0439e7
format-patch: do not use bogus email addresses in message ids

We can ask git_committer_info to be strict about coming up
with an email, which will die automatically on a poorly
configured machine. This is better than letting invalid
message-ids into the wild.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/log.c