Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information