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

fix(core): git hash-object errors must be logged for troubleshooting #10134

Merged

Commits on May 5, 2022

  1. fix(core): if git hash-object reports fewer hashes than requested - l…

    …og one of the missing files
    
    When executing parallel targets using e.g. run-commands missing entries in .gitignore
    may lead to
    temp files being passed to "git hash-object"
    which when git executes have been deleted
    resulting in
    mismatch between number of files requested and hashes returned.
    git reports the error and this PR
    will make sure that report is passed
    in the error thrown.
    This will make problem resolution a lot
    faster.
    
    ISSUES CLOSED: nrwl#9946
    jonhamm committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e1f39f6 View commit details
    Browse the repository at this point in the history