On Mon, Aug 21, 2023 at 03:05:35PM -0700, Junio C Hamano wrote: > Oswald Buddenhagen <oswald.buddenhagen@xxxxxx> writes: > > > +test_expect_success 'cover letter with --description-file' ' > > + test_when_finished "rm -f description.txt" && > > + cat >description.txt <<\-EOF && > > "<<\-EOF" -> "<<-\EOF" I'm late to the party, but this was the only thing that I noticed with the patch, too. The rest LGTM. Thanks, Taylor