Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx> writes: > Let’s get rid of these whitespace errors and also make the examples more > friendly to cut-and-paste by replacing the heredocs with files which are > shown with cat(1). > -$ git interpret-trailers <<EOF > -> EOF > +$ git interpret-trailers <empty-msg.txt > > Signed-off-by: Bob <bob@xxxxxxxxxxx> Nobody created empty-msg.txt and readers need to guess that it is a file with 0-byte contents. Using "</dev/null" would have avoided the need for guessing. But it seems that this goes away at the end of the series, so let's not worry too much about it ;-)