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 94D7D1F953 for ; Wed, 1 Dec 2021 22:15:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243417AbhLAWSf (ORCPT ); Wed, 1 Dec 2021 17:18:35 -0500 Received: from pb-smtp2.pobox.com ([64.147.108.71]:64750 "EHLO pb-smtp2.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243260AbhLAWS3 (ORCPT ); Wed, 1 Dec 2021 17:18:29 -0500 Received: from pb-smtp2.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id 1D4ED102A35; Wed, 1 Dec 2021 17:15:06 -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=2TT0S4jkq/UQtlbgamRBHF2og9oG9N/Pm3i7Yd HTNf8=; b=kkb+flSqWX9b0djyvqZf6FhW6B7g3caYjfQmuikuPhswffJFEtXxN5 IV6VRZzkKXo9fUV+4p0rkxyhkIePP2/idcer29qr2FxkFMIeTIvOdsW0PvaSNOmP JisQE9TZrwrMbmojf0+X8gnWDPLEF5CuvLoMbDM6E/5I4bTc2pgNQ= Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id A9F08102A33; Wed, 1 Dec 2021 17:15: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-smtp2.pobox.com (Postfix) with ESMTPSA id CEB57102A32; Wed, 1 Dec 2021 17:15:03 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Elijah Newren Cc: Git Mailing List Subject: Re: en/zdiff3 References: Date: Wed, 01 Dec 2021 14:15:01 -0800 In-Reply-To: (Elijah Newren's message of "Tue, 30 Nov 2021 15:52:13 -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: 2216BBF4-52F4-11EC-BA13-CD991BBA3BAF-77302942!pb-smtp2.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Elijah Newren writes: > On Tue, Nov 30, 2021 at 6:49 AM Junio C Hamano wrote: >> >> * en/zdiff3 (2021-09-20) 2 commits >> - update documentation for new zdiff3 conflictStyle >> - xdiff: implement a zealous diff3, or "zdiff3" >> >> "Zealous diff3" style of merge conflict presentation has been added. >> >> What's the status of this thing? > > I resubmitted it before you added this question, and have pointed out > the resubmission in response to the past "What's cooking" emails, but > perhaps it'll be easier for me to just resubmit with no changes. I'll > do that. Thanks. Yes, for anything that is older than a month, it always is easier that way.