From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mitchel Humpherys Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] * image.c: Fix compiler warning due to missing const Date: Thu, 10 Sep 2015 08:49:00 -0700 Message-ID: <87r3m6nukz.fsf@gmail.com> References: <1441856303-4171-1-git-send-email-mitch.special@gmail.com> <55F152C5.9050306@cs.ucla.edu> <83a8su5loz.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441900275 6297 80.91.229.3 (10 Sep 2015 15:51:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2015 15:51:15 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 10 17:51:10 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 1Za47p-0007HN-3n for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 17:51:01 +0200 Original-Received: from localhost ([::1]:49992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za47o-0007JN-EZ for ged-emacs-devel@m.gmane.org; Thu, 10 Sep 2015 11:51:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56925) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za47K-0007Hc-Ii for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:50:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za47H-00064P-Dn for emacs-devel@gnu.org; Thu, 10 Sep 2015 11:50:30 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:34557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za47H-00063r-8X; Thu, 10 Sep 2015 11:50:27 -0400 Original-Received: by padhy16 with SMTP id hy16so46549413pad.1; Thu, 10 Sep 2015 08:50:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=G+Gpx3XijnpnakuYl7RQ+kOlB8KefBE8zUeqEPpzj8Q=; b=KhvqSfTgLoPZc6D0T2oLByQTS5zoomIlc3I5ovZfQ30UZPJe5qXjtVaP5tvDx/fPj9 ekU41BkMri7UoJCgYa3XlIKCAcnMIA4QLvtFkX8bl3BN8Src1uVEvWrFHp/mhJpoB4S6 puOnZ36s+jX2g8b7aA5wyRi6KBDOTuhU/QLL45J7uCIriEmGVEnQlKGkPCO8417zGxl8 xY2qHdQp5siC4up5KVFDFfU+KtCdiNn3097VYgEkWk2sBd5+1ar7BNjUQhGqBt1OE8yI F7eMSBZ+VZYp4FnfQJc9zYqycVT617AwlkqHcxXqfnckMnPjUB86ouvkGxHsbipSA5Ii T/WQ== X-Received: by 10.66.255.42 with SMTP id an10mr74084124pad.107.1441900226096; Thu, 10 Sep 2015 08:50:26 -0700 (PDT) Original-Received: from space (ip72-199-214-50.sd.sd.cox.net. [72.199.214.50]) by smtp.gmail.com with ESMTPSA id ga1sm12745422pbb.80.2015.09.10.08.50.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2015 08:50:24 -0700 (PDT) In-Reply-To: <83a8su5loz.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 10 Sep 2015 18:38:20 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22c 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:189810 Archived-At: 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. It seems to cater more to frequent contributors, who arguably don't need the instructions to begin with... -- Mitch