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

deps: fix CRLF in text file not present in upstream #22340

Closed
wants to merge 1 commit into from

Commits on Aug 17, 2018

  1. deps: fix CRLF in text file not present in upstream

    `deps/v8/third_party/jinja2/LICENSE` is not in upstream v8,
    and contains CRLF, which is in conflict with `deps/v8.gitattributes`
    which sets all text files to use LF.
    This has caused failures in CI workers with older versions of Git.
    This patch manually fixes up the file to use LF to resolve
    the conflict.
    
    The file has already been fixed in upstream jinja2,
    which is pull into our repo when we update V8 so it should
    be fixed the next time we update V8.
    
    PR-URL: nodejs#22340
    Refs: nodejs/build#1443
    Refs: nodejs/reliability#12
    Refs: nodejs/build#1453
    Refs: https://chromium-review.googlesource.com/c/993812/
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: João Reis <[email protected]>
    Reviewed-By: Matheus Marchini <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Jon Moss <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    joyeecheung authored and refack committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    76c07bf View commit details
    Browse the repository at this point in the history