]> git.ipfire.org Git - thirdparty/git.git/commit - t/t4014-format-patch.sh
t4014: use indentable here-docs
authorDenton Liu <liu.denton@gmail.com>
Tue, 27 Aug 2019 04:05:03 +0000 (00:05 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Sep 2019 19:58:52 +0000 (12:58 -0700)
commit460609cbd588dce0a5000fc4fae0138d0164e03d
treef784349f2101730262792469037cc65902e334f4
parent92014b69bb1aa781605295e0e0d3d886368bb7a3
t4014: use indentable here-docs

The convention is to use indentable here-docs within test cases so that
the here-docs line up with the rest of the code within the test case.
Change here-docs from `<<\EOF` to `<<-\EOF` so that they can be indented
along with the rest of the test case.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh