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=1.3 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,LIST_MIRROR_RECEIVED,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=no 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 CC94D1F670 for ; Wed, 16 Feb 2022 00:57:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245195AbiBPA5W (ORCPT ); Tue, 15 Feb 2022 19:57:22 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:42114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234391AbiBPA5W (ORCPT ); Tue, 15 Feb 2022 19:57:22 -0500 Received: from mail-pj1-f44.google.com (mail-pj1-f44.google.com [209.85.216.44]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7936D9D073 for ; Tue, 15 Feb 2022 16:57:10 -0800 (PST) Received: by mail-pj1-f44.google.com with SMTP id h7-20020a17090a648700b001b927560c2bso960295pjj.1 for ; Tue, 15 Feb 2022 16:57:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XUe5JNFmeTZ72N4b+tS8yAn1Wbka7V6XnszNlhr9gd4=; b=ZHpqZXdQyXT3f9koZsN4slJlDjhmLq5czChKZek+if1dL/BFdI8NkI8gWXiXgo8YGV e+zGYBMI6UT2I03P3REm0yHtZ2SBpMH1Z5NvKtzGDJVM4qoHGt7Y5LPf3irwio7eJkwI 6Z8wz8+5Fwfn5AO6gfPXf0wouXYNpHDCxtGn1r66/MU7o74BzkKWfhFrDjJmG0rYVAV2 PkHxEjuXRAb7BV8aJbIpsKPtDRGw+lGsGKtOitMBaMJEnYtoqjvFRLcpN2ykyky1CJYR LJqju3lMldgJMAxhay1pfub70zyj48zQ9aZqND7lE8AzvQeoL1d+N2sYdYGobMExVTcf NZWA== X-Gm-Message-State: AOAM532lIQUE1zhFC3sVtcVQpn09zd8YBK/GRCJcpK3vDeXbAZ2Z0KOO gjB3pXTgZfEFaBhH71ny1vMAUAtft2iQ2wHFby4= X-Google-Smtp-Source: ABdhPJy5OU/YCcHj2lVqBUdQlaCB0G7i20GiCI1oN+q0EjuTie4iWjOKLWlDefiCis412LIe4ElhVqeFBmjX5lgVEoI= X-Received: by 2002:a17:902:ccc2:: with SMTP id z2mr1636241ple.145.1644973029924; Tue, 15 Feb 2022 16:57:09 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Eric Sunshine Date: Tue, 15 Feb 2022 19:56:58 -0500 Message-ID: Subject: Re: [PATCH v6 0/6] Sparse checkout: fix bug with worktree of bare repo To: Elijah Newren Cc: Derrick Stolee via GitGitGadget , Git Mailing List , Derrick Stolee , Sean Allred , Junio C Hamano , Bagas Sanjaya , =?UTF-8?Q?Jean=2DNo=C3=ABl_AVILA?= , Derrick Stolee Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Tue, Feb 8, 2022 at 12:42 AM Eric Sunshine wrote: > On Tue, Feb 8, 2022 at 12:18 AM Elijah Newren wrote: > > So, you clearly also read the patches in this round. Do they also > > look good to you? :-) > > I have not yet looked at either the patches or the range-diff, and I > only scanned my eye quickly over the cover letter, but the empty > bullet point made me stop and look a bit more carefully at that part > (and only that part) of the cover letter. Not sure yet when I'll have > time to carefully read this round. I've now read through the series and, I think, left only one or two minor not-actionable comments.