aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTE
diff options
context:
space:
mode:
authorGlenn Morris2020-06-26 07:50:38 -0700
committerGlenn Morris2020-06-26 07:50:38 -0700
commitffb89ed5f07491e33fc79d8b4be49d9deba2ad4a (patch)
treec2305304aca119da0e4d692aad5b964ef0ba2cf6 /CONTRIBUTE
parent89c744c380b2aed28ebf2bd8f991461d60cff934 (diff)
parent5280e118c07d738321f61b3f2bc3cd27a5ac8dbc (diff)
downloademacs-ffb89ed5f07491e33fc79d8b4be49d9deba2ad4a.tar.gz
emacs-ffb89ed5f07491e33fc79d8b4be49d9deba2ad4a.zip
Merge from origin/emacs-27
5280e118c0 (origin/emacs-27) ; * src/xdisp.c (pos_visible_p): Fix las... bb1a9481c9 Fix posn-at-point at beginning of a display string 0c4b033670 Improve documentation of Info node movement commands 632b0119e1 Add Jansson dependency to Windows Build dbfcdab837 Unbreak 'reverse-region' c37de84845 Fix typos and markup in fill column indicator docs f61bff3ee9 ; * CONTRIBUTE: Clarify the preferences for patch formatting. 368e140660 Avoid crashes in 'defconst' 11e3413cff Fix text about Lisp archives in the Emacs FQ 4c81724675 Don't use 'cl' functions in ELisp manual's examples
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