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.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 726661F852 for ; Thu, 13 Jan 2022 06:09:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229839AbiAMGIG (ORCPT ); Thu, 13 Jan 2022 01:08:06 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:53798 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229545AbiAMGIG (ORCPT ); Thu, 13 Jan 2022 01:08:06 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 6F4E610290C; Thu, 13 Jan 2022 01:08:05 -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:message-id:mime-version:content-type; s=sasl; bh=PZjILzGEHGdEeAzfY82owduomdlikXnBD6lkevM4cN8=; b=FEFR 9B/1lbGmQskRP4pxVbNnUkWgWIGPinVnfd4rZF+FzJn4MUtNLrvCyjkQz376jDFK RG7mPIZ+C5hdRQvm+Nv6TegIDxfOS0KDyPooaHhScybBKmixiMuod1QDRQShEsgq KnA9MEaK/GxhWqotVIgLZMRqhj/XpAblvhEDd3w= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 63C4B10290B; Thu, 13 Jan 2022 01:08:05 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [104.133.2.91]) (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 A88D2102909; Thu, 13 Jan 2022 01:08:04 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Elijah Newren Cc: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Johannes Schindelin , Christian Couder , Git Mailing List , Christian Couder , Taylor Blau Subject: Re: [RFC PATCH 0/2] Introduce new merge-tree-ort command References: <20220105163324.73369-1-chriscool@tuxfamily.org> <220111.86mtk2xb1y.gmgdl@evledraar.gmail.com> Date: Wed, 12 Jan 2022 22:08:03 -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: 2BB7A7CC-7437-11EC-934B-5E84C8D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Elijah Newren writes: >> so it may be quite simple to deprecate "merge -s recursive". > > Yes...but why deprecate? I thought the plan was to (eventually) make > requests for either `recursive` or `ort` be handled by running the > `ort` backend. Making that kind of switch is much smaller than the > one we already made to switch the default backend from `recursive` to > `ort`, so I'm not sure I see what we gain by doing such a switch in > stages. Maybe I'm missing something? Didn't we "deprecate" but still indefinitely support "annotate"? I have been assuming that recursive will be in that category after ort establishes itself.