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

tools: do not mask errors on multiple commit retrieval #41340

Merged
merged 1 commit into from Dec 30, 2021

Commits on Dec 27, 2021

  1. tools: do not mask errors on multiple commit retrieval

    In commit-queue.sh, the assignment to `commits` will succeed and the
    script will continue if one of the two `git` commands fails, even with
    `-e` set. Split it into three separate assignments so that failures in
    the `git` commands will be clearly logged and cause the script to exit
    with a failure status code.
    Trott committed Dec 27, 2021
    Copy the full SHA
    da2b210 View commit details
    Browse the repository at this point in the history