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-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 357081F9FD for ; Tue, 23 Feb 2021 18:16:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233900AbhBWSQH (ORCPT ); Tue, 23 Feb 2021 13:16:07 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:57580 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233891AbhBWSQB (ORCPT ); Tue, 23 Feb 2021 13:16:01 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 1D630947B8; Tue, 23 Feb 2021 13:15:18 -0500 (EST) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=fCRHhnc7bau6rn7TJJNkbUU8jDU=; b=aAGX0c A8/nHmCdTIfoDc4Sn9CI013XWMWQvBNg27FRdXW227aBfeClz3GcH3KWjC1DSuSH NeOL80CNWMU325r04UnYIUFOJhU7ZkNQ/Rcz8Wc4myGSpLfd2tBiQEUQIcpc5Xxm M82//ukszN3xYqBBmbPudXFbWqoRCWBGvtwIc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=hYHkUHSDh2o8Wrj2zuOu64SXKHrHTo8D W0KohLfJv8iLThYQ+1/5G/uccmwPc2rYpYyuYSmqmHXUAiSTiMnlS+LHgZk72Wq5 x5xPkdgEy6twmRXojnYbZFuJ9Ry19XTHPJiSQ5w4I9kBMzmJyXKevjMufn/zEXFZ xSCDV6Kpjq4= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 145A9947B7; Tue, 23 Feb 2021 13:15:18 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 88B27947B6; Tue, 23 Feb 2021 13:15:17 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Taylor Blau Cc: Matheus Tavares , git@vger.kernel.org, newren@gmail.com Subject: Re: [PATCH 0/3] add: minor --chmod fixes References: Date: Tue, 23 Feb 2021 10:15:16 -0800 In-Reply-To: (Taylor Blau's message of "Tue, 23 Feb 2021 12:08:39 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 1517334E-7603-11EB-8559-D152C8D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Taylor Blau writes: > Hi Matheus, > > On Mon, Feb 22, 2021 at 10:10:32PM -0300, Matheus Tavares wrote: >> The first patch was broken out from [1], to avoid holding it off while >> there is still work to do on that series. The other two are minor >> related changes. >> >> [1]: https://lore.kernel.org/git/cover.1613593946.git.matheus.bernardino@usp.br/ > > All look quite reasonable to me, thanks. > > Reviewed-by: Taylor Blau Yeah, thanks, both.