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

Don't include ellipsis in truncated digest output #183

Merged
merged 1 commit into from
Sep 27, 2018

Commits on Sep 27, 2018

  1. Don't include ellipsis in truncated digest output

    Using truncate to limit the length of the digest has the unwanted side
    effect of adding an ellipsis when the input is longer than the limit.
    
    Also don't instantiate a new object for every digest.
    
    Inspired by
    rails/rails@b9e7c67
    iNecas committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    2c04d4d View commit details
    Browse the repository at this point in the history