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 352C11F5AE for ; Thu, 18 Jun 2020 22:34:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730830AbgFRWeB (ORCPT ); Thu, 18 Jun 2020 18:34:01 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:53053 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727001AbgFRWeA (ORCPT ); Thu, 18 Jun 2020 18:34:00 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id CE7DE7659B; Thu, 18 Jun 2020 18:33: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=MrmCz1f00HzOWlHh+x09eAL/XoY=; b=WWuoZp uKFWvigNiHclcEy5dstuZlej8qfNFj2y5xOAkEB3TFytca+Yu4CBTIUGzmczqfmf JcL0b4LCZZ9MvFiaaVDhISqbiMDBWNXxe4yEg209WwPxooc/tT1/LRsL5B/ajIR+ PcF2U6HzNiHpvY4eVin99xatNNL+c0wGrm2ZQ= 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=EMtUlDTGUQEiebEjmnlzj5Zze543lYhD wHpPwd68nx1ARlxzb6HkTkwVR0d4yRNKm4IaVJ4ImkzEh5sG9JfuAs/vhueZ8jKS hOVLKFGnC6+vqCAp5/TdEDAkOVIMo5dps6EkbgT2VEZDer83SO44yBDAfgc8KUL5 dePjEHQFN7Y= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id C692E7659A; Thu, 18 Jun 2020 18:33:57 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.196.173.25]) (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 4CBE476599; Thu, 18 Jun 2020 18:33:57 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Srinidhi Kaushik Cc: git@vger.kernel.org Subject: Re: [PATCH] diff-files: treat "i-t-a" files as "not-in-index" References: <20200611161640.52156-1-shrinidhi.kaushik@gmail.com> <20200611232851.GA55419@death-star> <20200618175808.GA36733@mail.clickyotomy.dev> Date: Thu, 18 Jun 2020 15:33:56 -0700 In-Reply-To: <20200618175808.GA36733@mail.clickyotomy.dev> (Srinidhi Kaushik's message of "Thu, 18 Jun 2020 23:28:08 +0530") 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: CC505FC8-B1B3-11EA-AF05-C28CBED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Srinidhi Kaushik writes: > Hello, > Is there any update on this patch? > Please let me know if I missed anything. Sorry, the patch totally fell through the cracks. I just sent out a brief review on the part I didn't review during the first round. Thanks.