emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 279303a: * CONTRIBUTE: Move send-email here from gi


From: Paul Eggert
Subject: [Emacs-diffs] master 279303a: * CONTRIBUTE: Move send-email here from git-workflow.
Date: Fri, 11 Sep 2015 15:35:08 +0000

branch: master
commit 279303adfc6d6ba91db788c2b85333e3fc46f39b
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * CONTRIBUTE: Move send-email here from git-workflow.
---
 CONTRIBUTE               |    4 +++-
 admin/notes/git-workflow |   14 ++------------
 2 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/CONTRIBUTE b/CONTRIBUTE
index 7e697dd..5821ee5 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 address@hidden 0001-DESCRIPTION.patch'.
 
 ** Document your changes.
 
diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow
index 40dfa6b..92dc791 100644
--- a/admin/notes/git-workflow
+++ b/admin/notes/git-workflow
@@ -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
address@hidden  You can also configure git to email patches
-directly (see <http://git-scm.com/docs/git-send-email>) and do:
-
-git send-email address@hidden 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]