On 1/24/2019 1:15 PM, Junio C Hamano wrote:
Derrick Stolee <stolee@xxxxxxxxx> writes:
Here is today's test coverage report.
Also, there has been some feedback that it can be hard to manually
match up uncovered lines with names at the bottom of the summary. The
suggestion was to auto-generate an HTML report that could be posted to
a public page and referenced in this mail for those who prefer
that.
I wanted to "grep" for lines attributed to certain commits that
appear in the list, by filtering lines that begin with enough number
of hexdigits, except for those object names, but the attempt failed
miserably because of the line wrapping (which probably comes from
the assumption that it is OK because the "text/plain; format=flowed"
would not care). If you can keep the long lines (due to the object
names and line numbers prefixed to each line) unsplit, it would be
more useful to locate and isolate lines.
This is likely more a problem with my workflow (pasting the report into
Thunderbird and sending) than with the content itself.
If I instead created a text document and sent it with `git send-email`,
then would the line endings work the way you want?
Thanks,
-Stolee