diff options
Diffstat (limited to 'CONTRIBUTE')
| -rw-r--r-- | CONTRIBUTE | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index d9502dcac35..26efbd7e5aa 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE | |||
| @@ -53,9 +53,18 @@ archives. | |||
| 53 | 53 | ||
| 54 | To email a patch you can use a shell command like 'git format-patch -1' | 54 | To email a patch you can use a shell command like 'git format-patch -1' |
| 55 | to create a file, and then attach the file to your email. This nicely | 55 | to create a file, and then attach the file to your email. This nicely |
| 56 | packages the patch's commit message and changes. To send just one | 56 | packages the patch's commit message and changes, and makes sure the |
| 57 | such patch without additional remarks, you can use a command like | 57 | format and whitespace are not munged in transit by the various mail |
| 58 | 'git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch'. | 58 | agents. To send just one such patch without additional remarks, it is |
| 59 | also possible to use a command like | ||
| 60 | |||
| 61 | git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch'. | ||
| 62 | |||
| 63 | However, we prefer the 'git format-patch' method with attachment, as | ||
| 64 | doing so delivers patches in the correct and easily-recognizable format | ||
| 65 | more reliably, and makes the job of applying the patches easier and less | ||
| 66 | error-prone. It also allows to send patches whose author is someone | ||
| 67 | other than the email sender. | ||
| 59 | 68 | ||
| 60 | Once the cumulative amount of your submissions exceeds about 15 lines | 69 | Once the cumulative amount of your submissions exceeds about 15 lines |
| 61 | of non-trivial changes, we will need you to assign to the FSF the | 70 | of non-trivial changes, we will need you to assign to the FSF the |