From: Junio C Hamano Date: Thu, 15 Aug 2024 20:22:13 +0000 (-0700) Subject: Merge branch 'ag/t7004-modernize' X-Git-Tag: v2.47.0-rc0~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6891103f7206f2a46c579ec87f4f61482e377a27;p=thirdparty%2Fgit.git Merge branch 'ag/t7004-modernize' Coding style fixes to a test script. * ag/t7004-modernize: t7004: make use of write_script t7004: use single quotes instead of double quotes t7004: begin the test body on the same line as test_expect_success t7004: description on the same line as test_expect_success t7004: do not prepare things outside test_expect_success t7004: use indented here-doc t7004: one command per line t7004: remove space after redirect operators --- 6891103f7206f2a46c579ec87f4f61482e377a27