]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/t7800-variable-interpolation-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:35 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2024 20:21:35 +0000 (13:21 -0700)
commitf0c570e20b1adcb0ab2ed5d61d3c762ea4bf86e3
tree5154bf9fae1a3e3dea8446a0154880facca24b78
parent6938b355c01ae2479b07b2f3c067ea1863f0b2bb
parent7c4449eb31b60e9a39fa22ef8d18277f45610db2
Merge branch 'ps/t7800-variable-interpolation-fix'

Fix the way recently added tests interpolate variables defined
outside them, and document the best practice to help future
developers.

* ps/t7800-variable-interpolation-fix:
  t/README: document how to loop around test cases
  t7800: use single quotes for test bodies
  t7800: improve test descriptions with empty arguments
t/README