Skip to content

Commit

Permalink
Merge branch 'jc/submitting-patches-mention-send-email' into maint
Browse files Browse the repository at this point in the history
Recommend format-patch and send-email for those who want to submit
patches to this project.

* jc/submitting-patches-mention-send-email:
  SubmittingPatches: encourage users to use format-patch and send-email
  • Loading branch information
Junio C Hamano committed Mar 28, 2015
2 parents 73d8bfd + b25c469 commit a5d3154
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/SubmittingPatches
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ that is fine, but please mark it as such.

(4) Sending your patches.

Learn to use format-patch and send-email if possible. These commands
are optimized for the workflow of sending patches, avoiding many ways
your existing e-mail client that is optimized for "multipart/*" mime
type e-mails to corrupt and render your patches unusable.

People on the Git mailing list need to be able to read and
comment on the changes you are submitting. It is important for
a developer to be able to "quote" your changes, using standard
Expand Down

0 comments on commit a5d3154

Please sign in to comment.