git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v3 1/3] Remove unused var
@ 2021-08-12  0:13 David Turner
  2021-08-12  0:13 ` [PATCH v3 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules David Turner
  2021-08-12  0:13 ` [PATCH v3 3/3] diff --submodule=diff: Don't print failure message twice David Turner
  0 siblings, 2 replies; 4+ messages in thread
From: David Turner @ 2021-08-12  0:13 UTC (permalink / raw)
  To: git; +Cc: novalis, David Turner

Signed-off-by: David Turner <dturner@twosigma.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-30 13:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-12  0:13 [PATCH v3 1/3] Remove unused var David Turner
2021-08-12  0:13 ` [PATCH v3 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules David Turner
2021-08-12  0:13 ` [PATCH v3 3/3] diff --submodule=diff: Don't print failure message twice David Turner
2021-08-30 13:45   ` David Turner

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).