diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-11 08:34:46 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-09-11 08:34:46 -0700 |
commit | 279303adfc6d6ba91db788c2b85333e3fc46f39b (patch) | |
tree | 3fe9c0b6ca485d35b9549d25c6f250d1c1b40e5a /CONTRIBUTE | |
parent | a0ec54ae073abd671bd43002eff0267f5fe8b306 (diff) |
* CONTRIBUTE: Move send-email here from git-workflow.
Diffstat (limited to 'CONTRIBUTE')
-rw-r--r-- | CONTRIBUTE | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE index 7e697ddd89..5821ee5cac 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -234,7 +234,9 @@ by following links from http://savannah.gnu.org/mail/?group=emacs . To email a patch you can use a shell command like 'git format-patch -1' to create a file, and then attach the file to your email. This nicely -packages the patch's commit message and changes. +packages the patch's commit message and changes. To send just one +such patch without additional remarks, you can use a command like +'git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch'. ** Document your changes. |