Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[cli] Render changes to text properties as diffs. #9376

Merged
merged 2 commits into from Apr 11, 2022
Merged

Commits on Apr 11, 2022

  1. [cli] Render changes to text properties as diffs.

    Instead of simply rendering the old and new values for textual
    properties, compute the diff between the old and new values and render
    that. For single-line values, the diff is computed and rendered
    character-wise, with simplification applied to avoid "small" diffs. For
    multi-line values, the diff is computed and rendered linewise (as we
    already to for textual assets).
    
    Fixes #9136.
    pgavlin committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    1bf21e8 View commit details
    Browse the repository at this point in the history
  2. CL

    pgavlin committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    dc8fb3d View commit details
    Browse the repository at this point in the history