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: AS2044 198.145.29.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_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4586DC2BB55 for ; Thu, 16 Apr 2020 15:56:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E151221F7 for ; Thu, 16 Apr 2020 15:56:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="SY4Ig+fi" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2393509AbgDPP4E (ORCPT ); Thu, 16 Apr 2020 11:56:04 -0400 Received: from pb-smtp21.pobox.com ([173.228.157.53]:51451 "EHLO pb-smtp21.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2442811AbgDPPz7 (ORCPT ); Thu, 16 Apr 2020 11:55:59 -0400 Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id C140AB252B; Thu, 16 Apr 2020 11:55:56 -0400 (EDT) (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=pvFM9jsy8a3N2MCAj5AXhAvS+DU=; b=SY4Ig+ fiEIwflJ4RZRPrUzl7Nyz0EWzQNXu4LYkR0VoZy9CwUrZoUrDdpn9LwegqFf9SEO lqSmZWAX8V3steH94vPDXe9l/cH88I/p3/UqTbJdP7FeRUFQUbHru9QcZqFV1Xcd pLiBMJB3o/yBCOjGGM2z2XjSvrPDAymIhmO9Y= 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=BO+vwwl+cPRc7RNMOxMLm+Qg7CCIAfKM 0cRbOGQ6xTOYIRcr2Zyv9KbqFmbOO1alBKlLdvPD3Nnq0RDByNUC4K5BXx8TVPzN hubMQlyd/Gb+Ngnyp2IG9SAcjalCFvjXbfocaO165i5f9YRA0Q+fg75P56rZz7RH FDcnaNYPJv4= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id B9800B2529; Thu, 16 Apr 2020 11:55:56 -0400 (EDT) (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-smtp21.pobox.com (Postfix) with ESMTPSA id 0688EB2528; Thu, 16 Apr 2020 11:55:53 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: Danh Doan , git@vger.kernel.org, SZEDER =?utf-8?Q?G=C3=A1bor?= Subject: Re: [PATCH v4 00/12] ci: replace our Azure Pipeline by GitHub Actions References: <20200410174141.GB27699@danh.dev> Date: Thu, 16 Apr 2020 08:55:52 -0700 In-Reply-To: (Johannes Schindelin's message of "Thu, 16 Apr 2020 14:08:52 +0200 (CEST)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: C0BDAA20-7FFA-11EA-9BC3-8D86F504CC47-77302942!pb-smtp21.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Path: y Xref: nntp://nntp.lore.kernel.org org.kernel.vger.git:395618 Newsgroups: org.kernel.vger.git List-Post: Archived-At: List-Archive: Johannes Schindelin writes: > This patch is morally equivalent to (albeit a bit more complete than) the > patch I suggested in my mail to Emily that I sent on February 26th: > https://lore.kernel.org/git/nycvar.QRO.7.76.6.2002261649550.46@tvgsbejvaqbjf.bet/ Ah, that was why it looked vaguely familiar. Figures. > So yes, I am very much in favor of that patch. Thanks.