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: fixupAll flag should take precedence over autorebase #593

Merged
merged 1 commit into from
Nov 17, 2021

Commits on Nov 12, 2021

  1. fix: fixupAll flag should take precedence over autorebase

    When running `git node land <pr> --autorebase --fixupAll`, ncu should
    squash all the commits first, then ignore the `--autorebase` flag as
    there is only one commit left.
    
    Refs: nodejs/node#40696 (comment)
    aduh95 committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    15a39ac View commit details
    Browse the repository at this point in the history