Re: [PATCH] Add MIME information to outgoing email
From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:22
Samuel Tardieu [off-list ref] writes:
Add MIME-Version/Content-Type/Content-Transfer-Encoding headers in
messages generated with git-format-patch. Without it, messages generated
without using --attach or --inline didn't have any content type information.
Isn't that job for send-email (or user's MUA)? I really do not think we
want to clutter format-patch output any more than necessary.