]> code.delx.au - gnu-emacs/commitdiff
* CONTRIBUTE: Move send-email here from git-workflow.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Sep 2015 15:34:46 +0000 (08:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Sep 2015 15:34:46 +0000 (08:34 -0700)
CONTRIBUTE
admin/notes/git-workflow

index 7e697ddd89a51f9452a3279d75212092657956cb..5821ee5cacabbf3825924a52123760daee1f52c7 100644 (file)
@@ -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.
 
index 40dfa6b74107a425e604e340d23e7096915e5672..92dc79127e3f64ca38e71737cbf82c44f9fa0bdc 100644 (file)
@@ -50,18 +50,8 @@ Sending patches
 ===============
 
 If you lack push access or would like feedback before pushing a patch,
-you can send a patch file as a bug report.  After committing your
-change locally, do:
-
-git format-patch -1
-
-This creates a file 0001-DESCRIPTION.patch containing the patch, where
-DESCRIPTION comes from the first line of your patch's commit message.
-You can attach the patch file to email that you send to
-bug-gnu-emacs@gnu.org.  You can also configure git to email patches
-directly (see <http://git-scm.com/docs/git-send-email>) and do:
-
-git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch
+you commit your change locally and then send a patch file as a bug report
+as described in ../../CONTRIBUTE.
 
 
 Backporting to emacs-24