all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Mitchel Humpherys <mitch.special@gmail.com>,
	Eli Zaretskii <eliz@gnu.org>, Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] * image.c: Fix compiler warning due to missing const
Date: Thu, 10 Sep 2015 11:25:20 -0700	[thread overview]
Message-ID: <55F1CB10.4020508@cs.ucla.edu> (raw)
In-Reply-To: <87r3m6nukz.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 955 bytes --]

Mitchel Humpherys wrote:

> CONTRIBUTE doesn't mention which mailing list you should send it to

Actually, it says to send fixes to bug-gnu-emacs@gnu.org.

> it doesn't mention `git send-email'

Fixed with the attached patch.

Glenn Morris wrote:
 > Paul Eggert wrote:
 >
 >> +git send-email --to=bug-gnu-emacs@gnu.org 0001-DESCRIPTION.patch
 >
 > I would like to discourage this usage because when there's more than one
 > patch in a sequence, it will create a separate report for each.
 > (http://debbugs.gnu.org/15361)

The attached patch changes CONTRIBUTE to suggest git send-email only with single 
patch files.  If we fix the bug-reporting mechanism to handle multiple patch 
files, we can update CONTRIBUTE accordingly.

Eli Zaretskii wrote:
 > I don't really know why we keep maintaining admin/git-workflow.

I don't know either.  Anyway, the attached patch tries to lessen the maintenance 
burden by having git-worflow defer to CONTRIBUTE here.

[-- Attachment #2: 0001-CONTRIBUTE-Move-send-email-here-from-git-workflow.patch --]
[-- Type: text/x-diff, Size: 1927 bytes --]

From fa7f8cfe28a7b5bcca607f316d16322af17d206e Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Thu, 10 Sep 2015 11:21:17 -0700
Subject: [PATCH] * 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 --to=bug-gnu-emacs@gnu.org 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
-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
-- 
2.1.0


  parent reply	other threads:[~2015-09-10 18:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-10  3:38 [PATCH] * image.c: Fix compiler warning due to missing const Mitchel Humpherys
2015-09-10  9:52 ` Paul Eggert
2015-09-10 15:38   ` Eli Zaretskii
2015-09-10 15:49     ` Mitchel Humpherys
2015-09-10 15:58       ` Eli Zaretskii
2015-09-10 18:25       ` Paul Eggert [this message]
2015-09-10 18:56         ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55F1CB10.4020508@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=mitch.special@gmail.com \
    --cc=rgm@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.