Eric Sunshine <sunshine@xxxxxxxxxxxxxx> writes: > A bit more idiomatic in this codebase would be: > > git update-index --index-info <<-EOF > 100755 $empty_blob 0 exec > 120000 $empty_blob 0 symlink > EOF > > No need for `cat`. Aye, of course. We should not cat a single-source datastream into a pipe. Thanks for correcting me.