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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 6B3B61F54E for ; Thu, 8 Sep 2022 05:04:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229535AbiIHFEt (ORCPT ); Thu, 8 Sep 2022 01:04:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbiIHFEs (ORCPT ); Thu, 8 Sep 2022 01:04:48 -0400 Received: from cloud.peff.net (cloud.peff.net [104.130.231.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E51BD27CE9 for ; Wed, 7 Sep 2022 22:04:46 -0700 (PDT) Received: (qmail 24616 invoked by uid 109); 8 Sep 2022 05:04:46 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Thu, 08 Sep 2022 05:04:46 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 17954 invoked by uid 111); 8 Sep 2022 05:04:47 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Thu, 08 Sep 2022 01:04:47 -0400 Authentication-Results: peff.net; auth=none Date: Thu, 8 Sep 2022 01:04:44 -0400 From: Jeff King To: Junio C Hamano Cc: =?utf-8?B?56iL5rSL?= , Derrick Stolee , "git@vger.kernel.org" , =?utf-8?B?5L2V5rWp?= , Xin7 Ma =?utf-8?B?6ams6ZGr?= , =?utf-8?B?55+z5aWJ5YW1?= , =?utf-8?B?5Yeh5Yab6L6J?= , =?utf-8?B?546L5rGJ5Z+6?= Subject: Re: [PATCH 2/3] upload-pack: skip parse-object re-hashing of "want" objects Message-ID: References: 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 On Wed, Sep 07, 2022 at 03:07:22PM -0700, Junio C Hamano wrote: > > Subject: [PATCH] t1060: check partial clone of misnamed blob > [...] > Thanks. Let's queue it on top. This fails the leak-check CI job because of existing leaks in "clone --filter". I think I found the (or perhaps "a") bottom of that rabbit hole, though: https://lore.kernel.org/git/Yxl1BNQoy6Drf0Oe@coredump.intra.peff.net/ -Peff