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: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 4CE7C1F8C7 for ; Thu, 8 Jul 2021 01:14:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230135AbhGHBR2 (ORCPT ); Wed, 7 Jul 2021 21:17:28 -0400 Received: from dcvr.yhbt.net ([64.71.152.64]:33310 "EHLO dcvr.yhbt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230106AbhGHBR1 (ORCPT ); Wed, 7 Jul 2021 21:17:27 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B5E621F8C6; Thu, 8 Jul 2021 01:14:46 +0000 (UTC) Date: Thu, 8 Jul 2021 01:14:46 +0000 From: Eric Wong To: Junio C Hamano Cc: git@vger.kernel.org, =?utf-8?B?UmVuw6k=?= Scharfe , Jeff King , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Subject: Re: [PATCH v3 1/5] speed up alt_odb_usable() with many alternates Message-ID: <20210708011446.GA15899@dcvr> References: <20210629205305.7100-1-e@80x24.org> <20210707231019.14738-2-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano wrote: > Eric Wong writes: > > v3: Introduce and use fspatheq and fspathhash functions; > > avoid unnecessary checks for allocation failures already > > handled by our own *alloc wrappers. > > The last one does not belong to the commit log message, as "git log" > readers do not care about and will not have access to v2 and earlier. Oops :x Are you going to remove that on your end or do you want a resend? Looking at "git log", it looks like I've done it a bit over the years :x