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=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,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 84B281F852 for ; Tue, 18 Jan 2022 20:27:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349233AbiARU1T (ORCPT ); Tue, 18 Jan 2022 15:27:19 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:61668 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349231AbiARU1K (ORCPT ); Tue, 18 Jan 2022 15:27:10 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id E48E617DD6A; Tue, 18 Jan 2022 15:27:08 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=GrIwDVrp251VSxCv1rPi/LaySRzBf34tPLvBap gQwTc=; b=tvB0s+velYzpb51ep9qRZXHfCy14BYSGXDNI+iSa/w3oBF3jZCNGy4 IrjET/CMbvCP0pjyTpXXMc8D7M39GBWjajHNBDas2HJ4govDXtJ9VRz5oQmR6L1E 5DIIH1ilDcF7envtdszjHW7hGYDCpvMNQRyFmrfT9BpzrFteRYflM= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id DC36317DD69; Tue, 18 Jan 2022 15:27:08 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 52AD817DD65; Tue, 18 Jan 2022 15:27:06 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Derrick Stolee Cc: git@vger.kernel.org Subject: Re: ds/sparse-checkout-requires-per-worktree-config (was Re: What's cooking in git.git (Jan 2022, #04; Fri, 14)) References: Date: Tue, 18 Jan 2022 12:27:05 -0800 In-Reply-To: (Derrick Stolee's message of "Tue, 18 Jan 2022 11:08:20 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 00FEA0C0-789D-11EC-A610-C85A9F429DF0-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Derrick Stolee writes: > On 1/14/2022 11:37 PM, Junio C Hamano wrote: > >> * ds/sparse-checkout-requires-per-worktree-config (2022-01-14) 6 commits >> - worktree: copy sparse-checkout patterns and config on add >> - sparse-checkout: use repo_config_set_worktree_gently() >> - config: add repo_config_set_worktree_gently() >> - worktree: add 'init-worktree-config' subcommand >> - config: make some helpers repo-aware >> - setup: use a repository when upgrading format >> >> "git sparse-checkout" wants to work with per-worktree configration, >> but did not work well in a worktree attached to a bare repository. >> >> Expecting an update. >> cf. <1db0f601-4769-15c0-cd58-ecddfa1fc9d5@gmail.com> >> source: > Sorry for the delay. I've spent the last two weeks with my > family under quarantine for COVID. > > I will update this topic this week. Sorry to hear that. I hope everybody is not hurt too badly. Take your time, be safe and be well. Thanks.