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.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,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 265381F5AE for ; Fri, 11 Jun 2021 06:22:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231195AbhFKGYG (ORCPT ); Fri, 11 Jun 2021 02:24:06 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:58777 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231187AbhFKGYG (ORCPT ); Fri, 11 Jun 2021 02:24:06 -0400 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 37B48CC6FB; Fri, 11 Jun 2021 02:22:08 -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=Di9ORdQMELO8mikwtpJrpDZgEMA4MU7d84virb rZiQI=; b=JI7jB3V9QUjkHF5M1RypLk1+wJEEZMTMRvwKtLWxNBYjHndA4u4EeT y3hC1RZe7FEfBXM78+iDQjnfcqjJFHWiQ0cyhE4Sp5gwFdJCAP/Hr2/XRuBOuoul BoUGNei/yg6oRMwR+U+1rfV541k4jvOKYXsK5HVl0aXRz4b2BmVzE= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 2DD92CC6FA; Fri, 11 Jun 2021 02:22:08 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.196.172.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 8F7F4CC6F9; Fri, 11 Jun 2021 02:22:07 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: Matthew Rogers via GitGitGadget , git@vger.kernel.org, Eric Sunshine , Sibi Siddharthan , Bagas Sanjaya , Matthew Rogers Subject: Re: [PATCH v2 0/3] Make CMake work out of the box References: Date: Fri, 11 Jun 2021 15:22:06 +0900 In-Reply-To: (Johannes Schindelin's message of "Thu, 10 Jun 2021 11:47:30 +0200 (CEST)") 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: 58E51D24-CA7D-11EB-B35A-FD8818BA3BAF-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: > Just in case that a v3 is needed, I fixed the PR description so that these > "Cc:"s are interpreted correctly again by GitGitGadget. > > But from a brief glance over v2, all patches look good to me. Let me amend v2 with your Acked-by and merge it down to 'next', then. Thanks.