From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] * image.c: Fix compiler warning due to missing const Date: Thu, 10 Sep 2015 18:58:53 +0300 Message-ID: <83613i5kqq.fsf@gnu.org> References: <1441856303-4171-1-git-send-email-mitch.special@gmail.com> <55F152C5.9050306@cs.ucla.edu> <83a8su5loz.fsf@gnu.org> <87r3m6nukz.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1441900776 15350 80.91.229.3 (10 Sep 2015 15:59:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2015 15:59:36 +0000 (UTC) Cc: eggert@cs.ucla.edu, emacs-devel@gnu.org To: Mitchel Humpherys Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 10 17:59:26 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Za4Fu-0006qa-7y for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 17:59:22 +0200 Original-Received: from localhost ([::1]:50013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za4Ft-0001ZY-LI for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 11:59:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59543) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za4Ff-0001Ys-Al for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:59:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za4Fc-0003co-4R for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:59:07 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:36846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za4Fb-0003cY-T9 for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:59:04 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NUG00C00XEJRW00@mtaout27.012.net.il> for emacs-devel@gnu.org; Thu, 10 Sep 2015 18:55:39 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NUG00AOHXKRPD30@mtaout27.012.net.il>; Thu, 10 Sep 2015 18:55:39 +0300 (IDT) In-reply-to: <87r3m6nukz.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189811 Archived-At: > From: Mitchel Humpherys > Cc: Paul Eggert , emacs-devel@gnu.org > Date: Thu, 10 Sep 2015 08:49:00 -0700 > > On Thu, Sep 10 2015 at 06:38:20 PM, Eli Zaretskii wrote: > > Thanks, but I don't really know why we keep maintaining > > admin/git-workflow. The instructions should be in CONTRIBUTE (and in > > this case, it already mentions "git format-patch"). > > Yes, but CONTRIBUTE doesn't mention which mailing list you should send > it to (emacs-devel, emacs-diffs, something else?) and it doesn't mention > `git send-email' at all. Patches to fix that are welcome, TIA. > It seems to cater more to frequent contributors, who arguably don't > need the instructions to begin with... No, it's for those who do need them. IOW, for everyone, and first and foremost the _in_frequent contributors.