From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fossa.birch.relay.mailchannels.net (fossa.birch.relay.mailchannels.net [23.83.209.62]) by sourceware.org (Postfix) with ESMTPS id D8A563846012 for ; Tue, 8 Dec 2020 10:10:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D8A563846012 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 15B55541410; Tue, 8 Dec 2020 10:10:31 +0000 (UTC) Received: from pdx1-sub0-mail-a90.g.dreamhost.com (100-96-87-21.trex.outbound.svc.cluster.local [100.96.87.21]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id 54A20540B4C; Tue, 8 Dec 2020 10:10:30 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a90.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.18.11); Tue, 08 Dec 2020 10:10:30 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Trouble-Reign: 63cdc34f6d9857b7_1607422230657_3636355098 X-MC-Loop-Signature: 1607422230657:4064086684 X-MC-Ingress-Time: 1607422230657 Received: from pdx1-sub0-mail-a90.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a90.g.dreamhost.com (Postfix) with ESMTP id A017185E4D; Tue, 8 Dec 2020 02:10:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :cc:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=a0Q7zC GJEI6bKdzcnRvf+5AEPU0=; b=kFTTSvNDPtSrmU/HyVUiV7UVfhd+4s3EjWLqz5 A6VuUxKSklf2z0TN3VGqlCXen3DdEUI8W7p3pSS9jyQ8mV7m1ejxX29UQ+RW/TAP UKJpjuKhdd6oCb8tuJNgPXtfhsf0QXhQ6CKGKoj3CVgrzbjVHW9jCTmp8noxVqDF 3MjzQ= Received: from [192.168.1.111] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a90.g.dreamhost.com (Postfix) with ESMTPSA id 22C4F7E670; Tue, 8 Dec 2020 02:10:24 -0800 (PST) Subject: Re: [RFC] Updating patchwork patches on commit To: Andreas Schwab Cc: Joseph Myers , DJ Delorie , libc-alpha@sourceware.org References: <42a05535-8d94-037d-acdb-0f5949f6ea3f@gotplt.org> <87tuswekbd.fsf@igel.home> X-DH-BACKEND: pdx1-sub0-mail-a90 From: Siddhesh Poyarekar Message-ID: <1c406b7d-891d-193d-c370-cd00d3e9259f@gotplt.org> Date: Tue, 8 Dec 2020 15:40:19 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <87tuswekbd.fsf@igel.home> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2020 10:10:34 -0000 On 12/8/20 2:38 PM, Andreas Schwab wrote: >> It doesn't; it has it's own hashing function where it normalizes spaces >> and newline chars to avoid false negatives. > > Like git patch-id? > Yeah, except that it (AFAICT) doesn't order the diff input like git patch-id does :) I suppose I could check if they're willing to add a dependency on git for this and drop their custom hasher or at least provide a supported way to add a different hashing function or program. Siddhesh