diff options
author | Mike Hommey <mh@glandium.org> | 2016-07-16 01:23:46 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-18 23:33:38 +0200 |
commit | c66b470082144471fc95e669eb398c8f320d67c4 (patch) | |
tree | 2232255394ef568f1597cfd584ec06fafeca15f8 /archive-zip.c | |
parent | blame: allow to blame paths freshly added to the index (diff) | |
download | git-c66b470082144471fc95e669eb398c8f320d67c4.tar.xz git-c66b470082144471fc95e669eb398c8f320d67c4.zip |
t/t8003-blame-corner-cases.sh: Use here documents
Somehow, this test was using:
{
echo A
echo B
} > file
block to feed file contents. This changes those to the form most common
in git test scripts:
cat >file <<-\EOF
A
B
EOF
Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'archive-zip.c')
0 files changed, 0 insertions, 0 deletions