From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3B132C433F5 for ; Tue, 8 Feb 2022 05:43:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232817AbiBHFnF (ORCPT ); Tue, 8 Feb 2022 00:43:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233604AbiBHFnD (ORCPT ); Tue, 8 Feb 2022 00:43:03 -0500 Received: from mail-pj1-f54.google.com (mail-pj1-f54.google.com [209.85.216.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66D7FC0401F0 for ; Mon, 7 Feb 2022 21:43:02 -0800 (PST) Received: by mail-pj1-f54.google.com with SMTP id om7so1998683pjb.5 for ; Mon, 07 Feb 2022 21:43:02 -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=im03o4+CQgpnVk5KHJpt9R7SR9zBfQupYmNESyc15d0=; b=P+lu01HO8QCuhzP0X7Z7OsauLVeJsYoL9jYWCNDypy5m67A2AABXcKYLGBsA2WRRPd hKf+fk1doUP3OySfu6OlmDFOfPhWrIUuyap51Iz6K2+CYBJDLKXM3MKyPN9Nt4s0g5y6 ddM+Q2kKg5Qhh9DNToevfqpKaPoqJuP+RfgAeFgXg8E2QUsyBuaDy3cNbaMsggeoIiN1 U8qx/5jKTIgMWwU7EGjetvIuqoIMoZ7iGOZWXwWj9gN/a9kpaw+viJa71r5mZjKth5x1 +XOpvf1xjwrijMvpwnBOWOlnxXU6KuNVr4PtBAXatdt5f2iCM30iKxGF/kiNj17SII/C qdcg== X-Gm-Message-State: AOAM531j8xQYPMRr8Abq4GhabZSOJkMg44v9MOAJIpLyUxrqTGsu5S6D Aa+8LAu00F8lRjNrmkFO6pgT7NY9gAu+33Sz6+qLCOOMu3M= X-Google-Smtp-Source: ABdhPJw0VIyjGOcxJAsrY+XteRvftMitoAdTKdRMq5rGmR8GCMCA4BKxM6TiJwpMeWvvJscfMJrhfSPTkxQeZBWclSE= X-Received: by 2002:a17:902:a413:: with SMTP id p19mr3088198plq.35.1644298981704; Mon, 07 Feb 2022 21:43:01 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Eric Sunshine Date: Tue, 8 Feb 2022 00:42:50 -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:18 AM Elijah Newren wrote: > On Mon, Feb 7, 2022 at 9:03 PM Eric Sunshine wrote: > > On Mon, Feb 7, 2022 at 11:14 PM Elijah Newren wrote: > > > Was the empty bullet point meant to cover the new patch 6? > > > > The "Updates in v6" section was botched a bit. If you look closely, > > the remaining bullet points actually ended up in the "Updates in v5" > > section. The complete "Updates in v6" section should have been > > (approximately): > > > > * Updated documentation to use "working tree" over "worktree" and > > "" over "" > > * Delay some allocations to avoid leaking memory in error conditions. > > * Use "main worktree" over "base worktree" in comments. > > * Removed use of git_configset_get_string_tmp() and added a patch that > > removes its public declaration. > > * Fragile variables are replaced with better ones. > > * Variable names and code style improved. > > * Several test cleanups in patch 5. > > 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.