Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:112200 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 70936 invoked from network); 7 Nov 2020 21:29:54 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 7 Nov 2020 21:29:54 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id D9A121804D1 for ; Sat, 7 Nov 2020 12:51:24 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: * X-Spam-Status: No, score=1.4 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-lj1-f174.google.com (mail-lj1-f174.google.com [209.85.208.174]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 7 Nov 2020 12:51:24 -0800 (PST) Received: by mail-lj1-f174.google.com with SMTP id a25so5381122ljn.0 for ; Sat, 07 Nov 2020 12:51:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=hUVZjsaMa1KuSknmajafIwqwbUKsNrBlkp3a+daV4T0=; b=mTlZ6lIpE4EWUW89OD1rodWuuIW2m7AUiscQPJKDffpvHL0LeQr+qyCUvpaNkyv6v3 +VNunQYydrrSQVy2u9CTuMXVvKESliS1G4fLo0RS/Linx3amJ+Joy2GphnN2yAGnLp/B 6qnQ1+eVyVukf4KghNKabkpeEUJoSM8haDZSWF73yFxhO9QguIH1k6mwsfv/Twz6W3Q0 QuLV/hNon8wkiddEdFp6wzVX4GP/X4iE84AuiFCjavNJ4uOfydUUIwF15ypJnLVsUhJD oZJlCqNo25Ojvm1QqCS0lNwhwF+VeSx8l6b5Mrq4KDLFOcB3qgQC+mB2Oi3AB97zByi2 1SmQ== X-Gm-Message-State: AOAM531GorXwoYhwInYCnIhWtPCf/D8cpOK19g7dwI06p0ni/JFdXuqt TTmy6qVHtGrxMnG2OYA7wfI2ZItEqulpraQ+JY2Weg== X-Google-Smtp-Source: ABdhPJzvDAY3HXdvs57JgU52xH3uzUWcaLzKZLCTp161wRXeguV3CJ+gguCCI2aeMK+/9IBZhkM81QWzNPhVLxb5lFA= X-Received: by 2002:a2e:a175:: with SMTP id u21mr2978772ljl.160.1604782281283; Sat, 07 Nov 2020 12:51:21 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 7 Nov 2020 14:51:10 -0600 Message-ID: To: "Christoph M. Becker" Cc: PHP internals Content-Type: multipart/alternative; boundary="000000000000d171da05b38a7d48" Subject: Re: [PHP-DEV] php-src Git hash abbreviation collisions From: pollita@php.net (Sara Golemon) --000000000000d171da05b38a7d48 Content-Type: text/plain; charset="UTF-8" On Sat, Nov 7, 2020 at 5:14 AM Christoph M. Becker wrote: > I've just noticed a pull request[1] which suggests to no longer > abbreviate the php-src Git hashes to 7 digits only, because there are > already collisions. Using 10 digits as suggested seems reasonable to > me, but I wanted to check if there are other places affected than the RM > tools. > > So, is anybody aware of some of our tooling also using 7 digit hash > abbreviations? Do we need to announce that change elsewhere than > besides on ? > > [1] > > Christoph > > None of my personal tooling does any hash trimming at all, so no problems here. That PR seems 100% reasonable AFAICT. -Sara --000000000000d171da05b38a7d48--