Skip to content

🐛 delta -h lines are wrapped #1795

@dandavison

Description

@dandavison

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions