Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t/t8003-blame-corner-cases.sh: Use here documents
author
Mike Hommey
<mh@glandium.org>
Fri, 15 Jul 2016 23:23:46 +0000
(08:23 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 18 Jul 2016 21:33:38 +0000
(14:33 -0700)
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>
raw
|
patch
| inline |
side by side
(from:
c66b470
)
No differences found