FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: fixupAll flag should take precedence over autorebase by aduh95 · Pull Request #593 · nodejs/node-core-utils · GitHub

fix: fixupAll flag should take precedence over autorebase - #593

Merged
targos merged 1 commit into
nodejs:mainfrom
aduh95:fixupAll-autorebase
Nov 17, 2021
Merged

fix: fixupAll flag should take precedence over autorebase#593
targos merged 1 commit into
nodejs:mainfrom
aduh95:fixupAll-autorebase

Conversation

aduh95 commented Nov 12, 2021

Copy link
Copy Markdown
Contributor

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.

This comes up in the CQ for nodejs/node repo, we could fix the CQ script so it only supply one flag or the other, but since I didn't find any documentation stating the --fixupAll is ignored when using --autorebase, I thought it would be worth fixing it.

Refs: nodejs/node#40696 (comment)

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)

codecov Bot commented Nov 12, 2021
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #593 (15a39ac) into main (9029c9c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #593   +/-   ##
=======================================
  Coverage   80.19%   80.19%           
=======================================
  Files          37       37           
  Lines        1828     1828           
=======================================
  Hits         1466     1466           
  Misses        362      362           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9029c9c...15a39ac. Read the comment docs.

targos merged commit b62fe29 into nodejs:main Nov 17, 2021
aduh95 deleted the fixupAll-autorebase branch November 17, 2021 21:30
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL