Re: [PATCH v4 1/3] Remove unused var
From: Junio C Hamano <hidden>
Date: 2021-08-31 17:16:43
David Turner [off-list ref] writes:
Signed-off-by: David Turner <redacted> --- t/t4060-diff-submodule-option-diff-format.sh | 1 - 1 file changed, 1 deletion(-)
Of course this still makes sense ;-) Let me retitle it to "t4060: remove unused variable" to help readers of "git shortlog --no-merges", though, while queuing. Other two patches looked sensible to me, but I'd welcome comments by submodule users, of course ;-) Thanks.
quoted hunk ↗ jump to hunk
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 &&