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-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,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED 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 7949D1F66E for ; Thu, 3 Sep 2020 21:49:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729212AbgICVtA (ORCPT ); Thu, 3 Sep 2020 17:49:00 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:58588 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728134AbgICVtA (ORCPT ); Thu, 3 Sep 2020 17:49:00 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id EC74C758F2; Thu, 3 Sep 2020 17:48:57 -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=0E2FnUc1lSwazwvxVpF7ndi7TVk=; b=oHyrwx 8u7QL3mR6DbC4obLK554QG9Q2JHWUJskBNeB80AQjKoi1sKDbAPDuSfjhVYjXWu7 Z5oj16eqSlLmTvqXpFbL/twNAIeTkz5lvEAvLyqvGbZWpCPD10xowx+AT87jg6zd MTWJzpHDg6wlCZhIoc4/gjShGt7keKsh6ok2M= 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=X5eA4z9Nn8qpnkPMTgjYVr99v0RoVdve 8831Q8KijtoPBZ0i5EYGztzG9fiH2K3KOwnvlPjHBv/EwBKyyieRrNIeyhhGk7qg FuZkpYfrKU5qZLO5trfMbQIgaZ4Nb0ne/6sOjD5EXR3+nZMxG985yxqkzUUPsZZv CGJ5KDYTLd4= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id E4B6F758F1; Thu, 3 Sep 2020 17:48:57 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.75.7.245]) (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 7AD26758EF; Thu, 3 Sep 2020 17:48:57 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: "sunlin via GitGitGadget" Cc: git@vger.kernel.org, sunlin , Lin Sun Subject: Re: [PATCH v17] Support auto-merge for meld to follow the vim-diff behavior References: Date: Thu, 03 Sep 2020 14:48:56 -0700 In-Reply-To: (Junio C. Hamano's message of "Thu, 23 Jul 2020 17:58:36 -0700") 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: 44E86CB6-EE2F-11EA-A589-01D9BED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Junio C Hamano writes: > I have queued v16 (the one with the beginning of bool-or-str) with > minimum fixups for issues I pointed out in the review of that > revision queued on top of it as SQUASH??? commit. Please find it in > the 'seen' branch. > > Also, > > Subject: Support auto-merge for meld to follow the vim-diff behavior > > needs fixing. > ... Anything new on this topic? No rush, but I'd hate to see a basically good topic to be left in the stalled state too long. Thanks.