diff options
| author | Glenn Morris | 2020-06-26 07:50:38 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-06-26 07:50:38 -0700 |
| commit | ffb89ed5f07491e33fc79d8b4be49d9deba2ad4a (patch) | |
| tree | c2305304aca119da0e4d692aad5b964ef0ba2cf6 /CONTRIBUTE | |
| parent | 89c744c380b2aed28ebf2bd8f991461d60cff934 (diff) | |
| parent | 5280e118c07d738321f61b3f2bc3cd27a5ac8dbc (diff) | |
| download | emacs-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-- | 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 |