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=-0.7 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_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 827291F4CE for ; Wed, 13 Apr 2022 21:45:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234019AbiDMVrc (ORCPT ); Wed, 13 Apr 2022 17:47:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46628 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233558AbiDMVr2 (ORCPT ); Wed, 13 Apr 2022 17:47:28 -0400 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51D6738D99 for ; Wed, 13 Apr 2022 14:45:06 -0700 (PDT) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id E703A19C7A7; Wed, 13 Apr 2022 17:45:05 -0400 (EDT) (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=QCHqDp6nw/yFOeciEfbaL3uHCOOA5xEzD0xUOt mo+dM=; b=K/19Ku1Q2hMgpjKtjAofX6PjLTAeXWrq8nHfzUebtzukKfezvXmmTp wMmXubM+a/NMZlEoaRoEfB4Yy3fY6ZLI0OiFwdL9jBe858Zk6GFwn/MEEv2mLk5f fviKm40KA7pxOARafFK0vZ+jXRHI3VeHXIzg/pH3Ofy/+vj9hMopI= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id DF12C19C7A6; Wed, 13 Apr 2022 17:45:05 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.185.214.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 2F71519C7A4; Wed, 13 Apr 2022 17:45:02 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Taylor Blau Cc: Derrick Stolee , Derrick Stolee via GitGitGadget , git@vger.kernel.org, johannes.schindelin@gmx.de Subject: Re: [PATCH 0/3] Updates to the safe.directory config option References: Date: Wed, 13 Apr 2022 14:45:01 -0700 In-Reply-To: (Taylor Blau's message of "Wed, 13 Apr 2022 17:25:53 -0400") 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: F92239DE-BB72-11EC-BE76-CBA7845BAAA9-77302942!pb-smtp21.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Taylor Blau writes: > On Wed, Apr 13, 2022 at 01:27:05PM -0700, Junio C Hamano wrote: >> Junio C Hamano writes: >> >> > Derrick Stolee writes: >> > >> >> I tried to do my due diligence here, but I will admit to some amount >> >> of haste being applied due to the many distinct sources that have >> >> motivated the change. >> > >> > OK. Thanks for a fast response to a brown-paper-bag bug or two. >> >> Here is a draft release notes to 2.30.4.txt; I may tag this later >> tonight (i.e. in 4 hours or so) or perhaps tomorrow morning, together >> with the result of merging the fixes into newer maintenance releases. >> >> Thanks, everybody, for working on the issue. > > Thanks; this all looks good to me. I took a careful look at Stolee's new > patches as well as the (elided) release notes from you below, and both > look good to me. > > Don't worry about applying my Reviewed-by, but I did want to acknowledge > having looked at these. Thanks for giving an extra set of eyes.