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=-3.8 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 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 30F261F9FE for ; Tue, 16 Feb 2021 18:47:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229937AbhBPSqb (ORCPT ); Tue, 16 Feb 2021 13:46:31 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:54333 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229628AbhBPSqa (ORCPT ); Tue, 16 Feb 2021 13:46:30 -0500 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 535A5119604; Tue, 16 Feb 2021 13:45:48 -0500 (EST) (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=IUVK2rxYB1Ys5UtRATC6zwMOpVw=; b=R049pn yDjxusa5JIvMqAgVpQC0OEyZQz3ryB8vm92hBdg0YMTOEi+zMKjLWtiP6xJmqpxR m6Js+nT9LtZRlAe+Swmg6/5i4mK9W74W3ICDqUS1ZMKW04MsKRTtVaIvt4yiJf0z kpcoC3dnA6E8UCBTTFiwhKeC0+B9tT53YAP44= 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=fAxpcblJXZhlEYeaodkYVdH3V/Ea5LP/ Al1K0HZ+0GTcad2XB/VdxqIWYXED+YGEsnyQCpJvFiqzFY6kmvRUOwvSkMBXV1ry xKwfFn8MPBKupLlirUMPdiFJL+22doGTKW0O3q/WLkWrrCYOFKIu8LFzmxWov43i 3pqJDldqUn8= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 4B9BD119603; Tue, 16 Feb 2021 13:45:48 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.243.138.161]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 8CBA4119601; Tue, 16 Feb 2021 13:45:45 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: "ZheNing Hu via GitGitGadget" Cc: git@vger.kernel.org, Denton Liu , David Aguilar , John Keeping , Ryan Zoeller , ZheNing Hu Subject: Re: [PATCH v5 0/2] difftool.c: learn a new way start at specified file References: Date: Tue, 16 Feb 2021 10:45:43 -0800 In-Reply-To: (ZheNing Hu via GitGitGadget's message of "Tue, 16 Feb 2021 12:56:35 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 2DC8B830-7087-11EB-9D58-E43E2BB96649-77302942!pb-smtp20.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org "ZheNing Hu via GitGitGadget" writes: > Junio C Hamano (1): > diff: --{rotate,skip}-to= That's not part of your series (didn't I ask you not to include it)? > ZheNing Hu (1): > difftool.c: learn a new way start at specified file Will see what I find, but I may not be able to get to it today. Thanks.