]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cm/t7xxx-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2020 20:04:24 +0000 (13:04 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Oct 2020 20:04:24 +0000 (13:04 -0700)
Micro clean-up.

* cm/t7xxx-cleanup:
  t7102: prepare expected output inside test_expect_* block
  t7201: put each command on a separate line
  t7201: use 'git -C' to avoid subshell
  t7102,t7201: remove whitespace after redirect operator
  t7102,t7201: remove unnecessary blank spaces in test body
  t7101,t7102,t7201: modernize test formatting


Trivial merge