From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 107811 invoked by alias); 14 Oct 2019 18:03:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 107802 invoked by uid 89); 14 Oct 2019 18:03:38 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:518, our, person X-HELO: gateway34.websitewelcome.com Received: from gateway34.websitewelcome.com (HELO gateway34.websitewelcome.com) (192.185.149.105) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 14 Oct 2019 18:03:36 +0000 Received: from cm13.websitewelcome.com (cm13.websitewelcome.com [100.42.49.6]) by gateway34.websitewelcome.com (Postfix) with ESMTP id 0BC86EFA49A for ; Mon, 14 Oct 2019 13:03:34 -0500 (CDT) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id K4gvi9JDP3Qi0K4gwif520; Mon, 14 Oct 2019 13:03:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=2MODp6OZkbOx61LYG4SCuh4Kl52lMj+4jktRG4B7pi8=; b=fU6qkW+Iu+aTuW5VxR0u/P5uu9 k8l9mhhrZ351V7HXHzA1Tib0ah0hIfRQ+2Efg8yuV3CC1bsLt2FBVf0us8ifyaPPXDS95hpcp7Scx Nm23HmW7TpILrIc0oXuEdSvzb; Received: from 174-29-53-230.hlrn.qwest.net ([174.29.53.230]:49250 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1iK4gv-003pnd-K7; Mon, 14 Oct 2019 12:03:33 -0600 From: Tom Tromey To: Eli Zaretskii Cc: Simon Marchi , gdb-patches@sourceware.org Subject: Re: Gerrit References: <20191013045218.3261363-1-simon.marchi@polymtl.ca> <1c1f820fa507243fd7a2096ec3eb2454@polymtl.ca> <83r23fie80.fsf@gnu.org> <83k197i74c.fsf@gnu.org> <8c18a33556daaad6d35a0d2a4f987899@polymtl.ca> <83h84bi540.fsf@gnu.org> Date: Mon, 14 Oct 2019 18:03:00 -0000 In-Reply-To: <83h84bi540.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 14 Oct 2019 20:55:43 +0300") Message-ID: <87ftjvtdaj.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2019-10/txt/msg00379.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: >> The way I see it is that it's not really different than that person >> posting a patch with the same content on the mailing list. It's the >> same content, just a different format. Eli> Not exactly: having the code in a branch of our repository (again, Eli> assuming it can be regarded as "ours") means we are redistributing it, Eli> whereas having it in an email does not. But the email is all archived, so I still don't see the distinction. Tom