From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 95ADD1F4BD for ; Fri, 4 Oct 2019 01:37:28 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=xSBZa7To5LAu6O7qpluexpwAPwtxFDgIRp+PHvCz4Hm wC3ZSk2b2ZbD/xwBpK7Sa0zT7UZWMOl+MftN78duLLRsKbyZFrT5gQxlIk03BsA/ Ckth8C9B1T9IFPFO2C5KOdvmxOM0cjWcgg5PKDYeh2gZbJy/TkiYI3nzkI5NVnF0 = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=F0tM5JCKmrFp7xSkt2nxERIkYpo=; b=aQaUhKe2Swg20YZg+ Sg2ABuuupMx9GdLs6zEyl1WNS+zQ2U8TTgjFRE8WIRSXyBDrZfwZqB3CecMJ/rOf fqZx5kZgI+cbXxeflNYi6ZSSHv1PwUQ/ianoAjIYg79FI/JWHfXJBH8RdoZ6/ohe YMWa466c+h12zbUn9ADyck/Qao= Received: (qmail 45301 invoked by alias); 4 Oct 2019 01:37:26 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 45290 invoked by uid 89); 4 Oct 2019 01:37:25 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: smtpout1.mo528.mail-out.ovh.net Date: Thu, 3 Oct 2019 22:37:09 -0300 From: "Gabriel F. T. Gomes" To: Florian Weimer CC: Siddhesh Poyarekar , Carlos O'Donell , Adhemerval Zanella , Subject: Re: When can we stop writing ChangeLogs? Message-ID: <20191003223709.4b6e1c40@tereshkova> In-Reply-To: <87tv8ty3iv.fsf@oldenburg2.str.redhat.com> References: <6ebd0e52-a18f-15fc-f4ab-cf2c3afc74e9@gotplt.org> <3bd4b069-e16b-af68-fb2f-17d2458bece5@redhat.com> <878sq522xz.fsf@oldenburg2.str.redhat.com> <52634368-ee1e-23d1-1d61-de0057e03829@gotplt.org> <87ftkdzl4v.fsf@oldenburg2.str.redhat.com> <5e38ded2-811f-d5b6-872d-1db24d836576@gotplt.org> <87tv8ty3iv.fsf@oldenburg2.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Ovh-Tracer-Id: 11696411185164766868 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedufedrgeelgdeglecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfqggfjpdevjffgvefmvefgnecuuegrihhlohhuthemucehtddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd On Mon, 30 Sep 2019, Florian Weimer wrote: >* Siddhesh Poyarekar: > >> On 30/09/19 2:36 pm, Florian Weimer wrote: =20 >>> I'm looking for something far simpler here=E2=80=94a script that submit= ters and >>> reviewers can run to see what's going to be committed, and some level of >>> project consensus that this is how patches should be posted. =20 >> >> What kind of scripting are you thinking of? pwclient should be able to >> download a patch from patchwork and apply it, giving you an indication >> of what a patch is going to look like. =20 > >The patch isn't the problem. It's the commit subject, author and commit >message that I'm after. Supposing that patches created with git format-patch are posted, which can then be applied with git am --scissors, do you foresee any problems with Reviewed-by statements and friends? I mean, are you trying to match [exactly] the patch on the mailing list with the patch that has been actually committed.