SubmittingPatches: encourage users to use format-patch and send-email
commitb25c4699569f8cef23b21a8441bb90beb28ffa36
authorJunio C Hamano <gitster@pobox.com>
Fri, 13 Mar 2015 07:02:15 +0000 (13 00:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 15 Mar 2015 21:31:42 +0000 (15 14:31 -0700)
tree5cd2fc8d9e2700820279819ea3a55208ad8c70a7
parent282616c72d1d08a77ca4fe1186cb708c38408d87
SubmittingPatches: encourage users to use format-patch and send-email

In step "(4) Sending your patches", we instruct users to do an
inline patch, avoid breaking whitespaces, avoid attachments, use
[PATCH v2] for second round, etc., all of which format-patch and
send-email combo know how to do well.

The need was identified by, and the text is based on the work by
Cody Taylor.

Suggested-by: Cody Taylor <cody.taylor@maternityneighborhood.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches