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.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 0DE881F852 for ; Thu, 10 Feb 2022 07:12:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235813AbiBJHMc (ORCPT ); Thu, 10 Feb 2022 02:12:32 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:35590 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235811AbiBJHM3 (ORCPT ); Thu, 10 Feb 2022 02:12:29 -0500 Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C234FD6D for ; Wed, 9 Feb 2022 23:12:31 -0800 (PST) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 396A017BFEE; Thu, 10 Feb 2022 02:12:31 -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=H1OMxTLA+GQCrwCOv0R3+wqREgdJCAG9i2KMaR A2S6w=; b=Q/icr1iKuK9JC3XcWmY6BHBX33+KvRi8qEynxiM/nYWqTq/Q1ojmss 7FUNsEs+czg4fDQj1QBSLTi9dosU+wQDIdbiHydz2cRM6mg52fhWufgcfnM3D662 SeUROuY0F5xU/C0ymXiTyYeQOfUjLnCGQumeJ2q9Hks7l6Cl+uyTQ= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 24CB017BFED; Thu, 10 Feb 2022 02:12:31 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.185.212.55]) (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 7A09217BFEC; Thu, 10 Feb 2022 02:12:28 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Shaoxuan Yuan Cc: Taylor Blau , git@vger.kernel.org Subject: Re: [GSoC] [PATCH 1/1] t0001: replace "test [-d|-f]" with test_path_is_* functions References: <20220121102109.433457-1-shaoxuan.yuan02@gmail.com> <20220121102109.433457-2-shaoxuan.yuan02@gmail.com> Date: Wed, 09 Feb 2022 23:12:27 -0800 In-Reply-To: (Shaoxuan Yuan's message of "Thu, 10 Feb 2022 11:11:09 +0800") 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: CE4A44E4-8A40-11EC-AAC1-C85A9F429DF0-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Shaoxuan Yuan writes: > Since I didn't see this change in seen or next, do you plan to apply it? I actually wasn't, as my understanding of it was primarily your practice.