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