It looks like a side effect of #1440 is that delta -h lines are now wrapping:
Options:
--blame-code-style <STYLE> Style string for the code
section of a git blame line
--blame-format <FMT> Format string for git blame
commit metadata [default: "{timestamp:<15} {author:<15.14} {commit:<8}"]
--blame-palette <COLORS> Background colors used for git
blame lines (space-separated string)
I think we don't want that; the compressed help output is designed to be one-line-per-item:
--blame-code-style <STYLE> Style string for the code section of a git blame line
--blame-format <FMT> Format string for git blame commit metadata [default: "{timestamp:<15} {author:<15.14} {commit:<8}"]
--blame-palette <COLORS> Background colors used for git blame lines (space-separated string)
It looks like a side effect of #1440 is that
delta -hlines are now wrapping:I think we don't want that; the compressed help output is designed to be one-line-per-item: