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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id DBD531F852 for ; Fri, 4 Mar 2022 07:26:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237474AbiCDH0u (ORCPT ); Fri, 4 Mar 2022 02:26:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236030AbiCDH0q (ORCPT ); Fri, 4 Mar 2022 02:26:46 -0500 Received: from bsmtp1.bon.at (bsmtp1.bon.at [213.33.87.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC6DC190B6C for ; Thu, 3 Mar 2022 23:25:58 -0800 (PST) Received: from [192.168.0.98] (unknown [93.83.142.38]) by bsmtp1.bon.at (Postfix) with ESMTPSA id 4K8zsw0TXlz5tlH; Fri, 4 Mar 2022 08:25:54 +0100 (CET) Message-ID: Date: Fri, 4 Mar 2022 08:25:54 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: Re: [PATCH] userdiff: add builtin diff driver for Kotlin language. Content-Language: en-US To: Junio C Hamano , Jaydeep P Das Cc: git@vger.kernel.org References: <20220301070226.2477769-1-jaydeepjd.8914@gmail.com> <20220303181517.70682-1-jaydeepjd.8914@gmail.com> From: Johannes Sixt In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Am 04.03.22 um 03:44 schrieb Junio C Hamano: > Jaydeep P Das writes: > >> Subject: Re: [PATCH] userdiff: add builtin diff driver for Kotlin language. > > "git format-patch --help" and look for "-v ", perhaps. This is > the fourth iteration, so [PATCH v4], I guess? Note though, that this iteration is a step in the wrong direction. Let's forget that it has been submitted. (I saw this submission only long after I responded in the thread on the earlier round https://lore.kernel.org/git/c1298c9d-0f4a-40b8-b337-896f4d4777f3@kdbg.org/) -- Hannes