From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DC28C4320A for ; Tue, 31 Aug 2021 13:13:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 594F961051 for ; Tue, 31 Aug 2021 13:13:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232209AbhHaNOQ (ORCPT ); Tue, 31 Aug 2021 09:14:16 -0400 Received: from bee.birch.relay.mailchannels.net ([23.83.209.14]:39707 "EHLO bee.birch.relay.mailchannels.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233409AbhHaNOP (ORCPT ); Tue, 31 Aug 2021 09:14:15 -0400 X-Sender-Id: dreamhost|x-authsender|novalis@novalis.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id AD3DCE1753; Tue, 31 Aug 2021 13:13:16 +0000 (UTC) Received: from pdx1-sub0-mail-a55.g.dreamhost.com (unknown [127.0.0.6]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id EFD2BE14EE; Tue, 31 Aug 2021 13:13:15 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|novalis@novalis.org Received: from pdx1-sub0-mail-a55.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.99.42.149 (trex/6.4.3); Tue, 31 Aug 2021 13:13:16 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|novalis@novalis.org X-MailChannels-Auth-Id: dreamhost X-Continue-Inform: 19ddbe3c72847f76_1630415596414_32048193 X-MC-Loop-Signature: 1630415596414:3402403647 X-MC-Ingress-Time: 1630415596414 Received: from pdx1-sub0-mail-a55.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a55.g.dreamhost.com (Postfix) with ESMTP id 961FD86182; Tue, 31 Aug 2021 06:13:15 -0700 (PDT) Received: from corey.lan (unknown [98.113.183.123]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: novalis@novalis.org) by pdx1-sub0-mail-a55.g.dreamhost.com (Postfix) with ESMTPSA id 25FD0806D9; Tue, 31 Aug 2021 06:13:13 -0700 (PDT) X-DH-BACKEND: pdx1-sub0-mail-a55 From: David Turner To: git@vger.kernel.org Cc: novalis@novalis.org, David Turner Subject: [PATCH v4 1/3] Remove unused var Date: Tue, 31 Aug 2021 09:12:55 -0400 Message-Id: <20210831131257.1631316-1-dturner@twosigma.com> X-Mailer: git-send-email 2.11.GIT In-Reply-To: References: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Signed-off-by: David Turner --- t/t4060-diff-submodule-option-diff-format.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/t/t4060-diff-submodule-option-diff-format.sh b/t/t4060-diff-submodule-option-diff-format.sh index dc7b242697..69b9946931 100755 --- a/t/t4060-diff-submodule-option-diff-format.sh +++ b/t/t4060-diff-submodule-option-diff-format.sh @@ -361,7 +361,6 @@ test_expect_success 'typechanged submodule(submodule->blob)' ' rm -f sm1 && test_create_repo sm1 && head6=$(add_file sm1 foo6 foo7) -fullhead6=$(cd sm1; git rev-parse --verify HEAD) test_expect_success 'nonexistent commit' ' git diff-index -p --submodule=diff HEAD >actual && cat >expected <<-EOF && -- 2.11.GIT