t9001: style modernisation phase #5
commit0720a51b29cdeb3927280669557068e636913128
authorJunio C Hamano <gitster@pobox.com>
Tue, 25 Nov 2014 23:03:45 +0000 (25 15:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Nov 2014 23:22:31 +0000 (25 15:22 -0800)
tree905029a518ba140f3232abb7ae5e1d715948e519
parentee756a8161734e28490616f05ba895182424490b
t9001: style modernisation phase #5

Two general shell script codingstyles around here-text.

 - Quote the <<\END_OF_HERE_TEXT string when there is no parameter
   substitution going on to reduce cognitive load of the reader.

 - Indent the text with <<-\END_OF_HERE_TEXT when able to make it
   easier to spot boundaries of the tests.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh